Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. redis/jedis#978 From some stack overflow googling, we see the right way to use zrank(), and this patch changes the code to comply with that.
- Loading branch information