Fix zrank() return type capture
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.