vseloved / cl-redis

Redis client for Common Lisp
Other
188 stars 38 forks source link

HSCAN chokes on its parameters #27

Closed raydeejay closed 8 years ago

raydeejay commented 8 years ago

(red:hscan 'room/1 0) (red:hscan "ROOM/1" 0 :match 'key/*)

and variations on it, all get me:

odd number of &KEY arguments

I'm not familiar enough with CLOS yet to figure out a proper fix :) I guess that SSCAN and ZSCAN will be broken in a similar way too.

raydeejay commented 8 years ago

I created #28 with a fix. Closing this issue.