We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364199b commit b7120eeCopy full SHA for b7120ee
src/main/java/redis/clients/jedis/BinaryShardedJedis.java
@@ -439,7 +439,7 @@ public byte[] srandmember(final byte[] key) {
439
}
440
441
@Override
442
- public List srandmember(final byte[] key, final int count) {
+ public List<byte[]> srandmember(final byte[] key, final int count) {
443
Jedis j = getShard(key);
444
return j.srandmember(key, count);
445
0 commit comments