Skip to content

Fix zrank() return type capture

Compare
Choose a tag to compare
@smukil smukil released this 02 Oct 19:45
· 30 commits to dev since this release
Use object form of Long for zrank() return type

The Jedis docs for each command are just a copy paste of Redis docs
which doesn't translate well to Java.
https://github.com/xetorthio/jedis/issues/978

From some stack overflow googling, we see the right way to use
zrank(), and this patch changes the code to comply with that.