File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/org/springframework/data/redis/connection/lettuce Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1061,7 +1061,6 @@ static class TypeHints {
1061
1061
COMMAND_OUTPUT_TYPE_MAPPING .put (DECR , IntegerOutput .class );
1062
1062
COMMAND_OUTPUT_TYPE_MAPPING .put (DECRBY , IntegerOutput .class );
1063
1063
COMMAND_OUTPUT_TYPE_MAPPING .put (DEL , IntegerOutput .class );
1064
- COMMAND_OUTPUT_TYPE_MAPPING .put (COPY , IntegerOutput .class );
1065
1064
COMMAND_OUTPUT_TYPE_MAPPING .put (GETBIT , IntegerOutput .class );
1066
1065
COMMAND_OUTPUT_TYPE_MAPPING .put (HDEL , IntegerOutput .class );
1067
1066
COMMAND_OUTPUT_TYPE_MAPPING .put (HINCRBY , IntegerOutput .class );
@@ -1104,7 +1103,6 @@ static class TypeHints {
1104
1103
// DOUBLE
1105
1104
COMMAND_OUTPUT_TYPE_MAPPING .put (HINCRBYFLOAT , DoubleOutput .class );
1106
1105
COMMAND_OUTPUT_TYPE_MAPPING .put (INCRBYFLOAT , DoubleOutput .class );
1107
- COMMAND_OUTPUT_TYPE_MAPPING .put (MGET , ValueListOutput .class );
1108
1106
COMMAND_OUTPUT_TYPE_MAPPING .put (ZINCRBY , DoubleOutput .class );
1109
1107
COMMAND_OUTPUT_TYPE_MAPPING .put (ZSCORE , DoubleOutput .class );
1110
1108
You can’t perform that action at this time.
0 commit comments