gosexy / redis

Redis client for Go that maps the full redis command list into equivalent Go functions.
MIT License
167 stars 44 forks source link

Add key argument to SScan, HScan, ZScan #37

Closed slon7 closed 9 years ago

slon7 commented 9 years ago

Apparently, these functions have never worked

xiam commented 9 years ago

Cool, I should have added a test for them. Thank you @slon7.