Skip to content

Commit

Permalink
HINCRBYFLOAT command added
Browse files Browse the repository at this point in the history
  • Loading branch information
hellmany committed Apr 16, 2014
1 parent dbb1ff5 commit 1d27a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Redis/Client.pm
Expand Up @@ -79,6 +79,7 @@ BEGIN {
HGET => 2,
HGETALL => 1,
HINCRBY => 3,
HINCRBYFLOAT => 3,
HKEYS => 1,
HLEN => 1,
HMGET => [ 2, undef ],
Expand Down

0 comments on commit 1d27a36

Please sign in to comment.