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: 62078
Status: resolved
Priority: 0/
Queue: Redis

People
Owner: Nobody in particular
Requestors: cscm [...] csquad.org
Cc:
AdminCc:

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



Subject: Hash Commands
Hi, Could you add hash commands ( https://code.google.com/p/redis/wiki/HsetCommand ) to the Perl module, you just need to add hset, hget, hexists and hdel to the bulk_command list : my $bulk_command = { ... hset => 1, hget => 1, hexists => 1, hdel => 1, }; Best Regards,
Hi, all Redis 2.x commands should be supported with version 1.901 of Redis.pm If you find any problem, please report it as a bug. Thanks,