@@ -1061,7 +1061,6 @@ public class LettuceConnection extends AbstractRedisConnection {
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(DECR, IntegerOutput.class);
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(DECRBY, IntegerOutput.class);
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(DEL, IntegerOutput.class);
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(COPY, IntegerOutput.class);
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(GETBIT, IntegerOutput.class);
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(HDEL, IntegerOutput.class);
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(HINCRBY, IntegerOutput.class);
|
||||
@@ -1104,7 +1103,6 @@ public class LettuceConnection extends AbstractRedisConnection {
|
||||
// DOUBLE
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(HINCRBYFLOAT, DoubleOutput.class);
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(INCRBYFLOAT, DoubleOutput.class);
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(MGET, ValueListOutput.class);
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(ZINCRBY, DoubleOutput.class);
|
||||
COMMAND_OUTPUT_TYPE_MAPPING.put(ZSCORE, DoubleOutput.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user