bwlewis / rredis

R client for Redis
http://illposed.net/
93 stars 25 forks source link

add missing redisZCount command #17

Closed eddelbuettel closed 10 years ago

eddelbuettel commented 10 years ago

Brian, I am slowly becoming an ever-bigger Redis fanboy. We are using sorted sets a bit, and I noticed that ZCount was missing (and yes, I know about the very clever redisCmd). But the addition was so simple, so here it is. Cheers, Dirk

bwlewis commented 10 years ago

Thanks, Dirk!