fix - pipeline sort

This commit is contained in:
mindwind
2013-07-08 16:26:13 +08:00
parent d57bfb94a9
commit fffd119c63
3 changed files with 12 additions and 12 deletions

View File

@@ -39,9 +39,9 @@ public interface MultiKeyCommandsPipeline {
Response<Long> smove(String srckey, String dstkey, String member);
Response<List<String>> sort(String key, SortingParams sortingParameters, String dstkey);
Response<Long> sort(String key, SortingParams sortingParameters, String dstkey);
Response<List<String>> sort(String key, String dstkey);
Response<Long> sort(String key, String dstkey);
Response<Set<String>> sunion(String... keys);