Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Redis CPAN distribution.

Report information
The Basics
Id: 67565
Status: resolved
Priority: 0/
Queue: Redis

People
Owner: Nobody in particular
Requestors: mellery [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Feature Request - support for redis native hash commands
Date: Mon, 18 Apr 2011 13:31:26 -0700 (PDT)
To: bug-Redis [...] rt.cpan.org
From: Michael Ellery <mellery [...] yahoo.com>
Perhaps this is already on your road-map, but I'd really like to see the redis hash commands added: HDEL HEXISTS HGET HGETALL HINCRBY HKEYS HLEN HMGET HMSET HSET HSETNX HVALS Thanks. *-----------------------------* * Michael Ellery * * mellery@yahoo.com * *-----------------------------*
The Redis module uses AUTOLOAD to translate methods in redis commands. Those commands are already supported, just call the methods with the same name. The documentation should make this clearer, and I'll update it in a future version to clarify this point. Thanks -- Hi, how are you?