nim-lang / redis

Official redis wrapper for Nim.
Other
126 stars 34 forks source link

fix zrank/zrevrank may return an interger or nil string #18

Closed ba0f3 closed 4 years ago

ba0f3 commented 4 years ago

ZRANK/ZREVRANK will return Integer if member exists in sorted set, otherwise they will return a string of nil