alphazero / jredis

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

Commands for getbit, setbit, and hincrby #62

Closed akbertram closed 12 years ago

akbertram commented 12 years ago

I've implemented getbit, setbit, and hincrby for JRedisFuture, and getbit and setbit for JRedis. Tests are included.

Thanks! Alex

alphazero commented 12 years ago

Thank you. Please be patient and I will get to this by end of the week. /R