Add HGETALL function
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 21 Feb 2014 15:45:55 +0000 (17:45 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 21 Feb 2014 15:45:55 +0000 (17:45 +0200)
lib/Gruntmaster/Data.pm

index 4a03a7ab1dd8600ee8bef0fd1aac2ca63118fab1..3e70b21dc59a8abd217918f7859662a246e5121f 100644 (file)
@@ -20,7 +20,7 @@ sub dynsub{
 }
 
 BEGIN {
-       for my $cmd (qw/multi exec smembers get hget hdel hset sadd srem incr hmset hsetnx publish del/) {
+       for my $cmd (qw/multi exec smembers get hget hgetall hdel hset sadd srem incr hmset hsetnx publish del/) {
                dynsub uc $cmd, sub { $redis->$cmd(@_) };
        }
 
This page took 0.010582 seconds and 4 git commands to generate.