fixed many pipeline requests that were returning the wrong types
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user