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

@@ -22,12 +22,6 @@ public interface BasicRedisPipeline {
Response<Long> lastsave();
Response<String> discard();
Response<List<Object>> exec();
Response<String> multi();
Response<String> flushDB();
Response<String> flushAll();