alphazero / jredis

Java Client and Connectors for Redis
http://code.google.com/p/jredis/
Apache License 2.0
315 stars 136 forks source link

Add HMGET/HMSET commands #60

Closed alonbl closed 2 years ago

alonbl commented 12 years ago

Hello, It would be great if jredis could support these. Thanks!

alphazero commented 12 years ago

Let me finish up with this wip chunk-pipeline and then I'll review and merge. Fair enough? (Btw, you'll make my life much easier and pulls much more likely if JRedisAsync API is updated in tandem.)

alonbl commented 12 years ago

Hi!

if JRedisAsync API is updated in tandem

I don't really understand what you mean... do you mean I should fix also the async tests?

Thanks!

alphazero commented 12 years ago

Hi there, Alon. I just left a comment on your repo. I did pull your entire repo and it passes tests, but per the comment made, I think this breaks the JRedis API signature pattern. Happy to hear your thoughts & thank you for your efforts. /R