fixed many pipeline requests that were returning the wrong types

This commit is contained in:
samhendley
2013-01-10 00:50:19 -05:00
parent 4c7cc57ede
commit 4f9ddb3b5f
6 changed files with 92 additions and 98 deletions

View File

@@ -116,7 +116,7 @@ public interface RedisPipeline {
Response<Set<String>> smembers(String key);
Response<Long> sort(String key);
Response<List<String>> sort(String key);
Response<List<String>> sort(String key,
SortingParams sortingParameters);