Merge branch 'patch-1' of git://github.com/thesmith/jedis into thesmith-patch-1

This commit is contained in:
Jonathan Leibiusky
2012-04-17 18:35:36 -03:00

View File

@@ -351,7 +351,7 @@ public class ShardedJedisPipeline extends Queable {
Client c = getClient(key);
c.zrange(key, start, end);
results.add(new FutureResult(c));
return getResponse(BuilderFactory.STRING_SET);
return getResponse(BuilderFactory.STRING_ZSET);
}
public Response<Long> zrem(String key, String member) {