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 @@ -1185,7 +1185,6 @@ static class TypeHints {
1185
1185
COMMAND_OUTPUT_TYPE_MAPPING .put (DECR , IntegerOutput .class );
1186
1186
COMMAND_OUTPUT_TYPE_MAPPING .put (DECRBY , IntegerOutput .class );
1187
1187
COMMAND_OUTPUT_TYPE_MAPPING .put (DEL , IntegerOutput .class );
1188
- COMMAND_OUTPUT_TYPE_MAPPING .put (COPY , IntegerOutput .class );
1189
1188
COMMAND_OUTPUT_TYPE_MAPPING .put (GETBIT , IntegerOutput .class );
1190
1189
COMMAND_OUTPUT_TYPE_MAPPING .put (HDEL , IntegerOutput .class );
1191
1190
COMMAND_OUTPUT_TYPE_MAPPING .put (HINCRBY , IntegerOutput .class );
@@ -1228,7 +1227,6 @@ static class TypeHints {
1228
1227
// DOUBLE
1229
1228
COMMAND_OUTPUT_TYPE_MAPPING .put (HINCRBYFLOAT , DoubleOutput .class );
1230
1229
COMMAND_OUTPUT_TYPE_MAPPING .put (INCRBYFLOAT , DoubleOutput .class );
1231
- COMMAND_OUTPUT_TYPE_MAPPING .put (MGET , ValueListOutput .class );
1232
1230
COMMAND_OUTPUT_TYPE_MAPPING .put (ZINCRBY , DoubleOutput .class );
1233
1231
COMMAND_OUTPUT_TYPE_MAPPING .put (ZSCORE , DoubleOutput .class );
1234
1232
You can’t perform that action at this time.
0 commit comments