bwlewis / rredis

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

Fix ZSCORE #3

Closed qwzybug closed 13 years ago

qwzybug commented 13 years ago

I noticed that ZSCORE was always returning NULL; wrapping the element name in .raw seemed to do the trick, though I assume there was a reason you weren't doing that before.

bwlewis commented 13 years ago

Thanks, I merged your patch. I'm not sure what we were thinking on ZSCORE.