--- lib/Redis/Hash.pm 2009/06/17 16:47:06 58 +++ lib/Redis/Hash.pm 2009/06/17 16:49:17 59 @@ -16,6 +16,9 @@ tie %name, 'Redis::Hash', 'prefix'; + my $o = tie %foobar, 'Redis::Hash', 'foobar'; + print $o->info->{used_memory}; # or any redis command + =cut # mandatory methods