Fixing Sharded Pipeline as the zrange should be built with a STRING_ZSET
This commit is contained in:
@@ -351,7 +351,7 @@ public class ShardedJedisPipeline extends Queable {
|
|||||||
Client c = getClient(key);
|
Client c = getClient(key);
|
||||||
c.zrange(key, start, end);
|
c.zrange(key, start, end);
|
||||||
results.add(new FutureResult(c));
|
results.add(new FutureResult(c));
|
||||||
return getResponse(BuilderFactory.STRING_SET);
|
return getResponse(BuilderFactory.STRING_ZSET);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Response<Long> zrem(String key, String member) {
|
public Response<Long> zrem(String key, String member) {
|
||||||
|
|||||||
Reference in New Issue
Block a user