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 {
11851185 COMMAND_OUTPUT_TYPE_MAPPING .put (DECR , IntegerOutput .class );
11861186 COMMAND_OUTPUT_TYPE_MAPPING .put (DECRBY , IntegerOutput .class );
11871187 COMMAND_OUTPUT_TYPE_MAPPING .put (DEL , IntegerOutput .class );
1188- COMMAND_OUTPUT_TYPE_MAPPING .put (COPY , IntegerOutput .class );
11891188 COMMAND_OUTPUT_TYPE_MAPPING .put (GETBIT , IntegerOutput .class );
11901189 COMMAND_OUTPUT_TYPE_MAPPING .put (HDEL , IntegerOutput .class );
11911190 COMMAND_OUTPUT_TYPE_MAPPING .put (HINCRBY , IntegerOutput .class );
@@ -1228,7 +1227,6 @@ static class TypeHints {
12281227 // DOUBLE
12291228 COMMAND_OUTPUT_TYPE_MAPPING .put (HINCRBYFLOAT , DoubleOutput .class );
12301229 COMMAND_OUTPUT_TYPE_MAPPING .put (INCRBYFLOAT , DoubleOutput .class );
1231- COMMAND_OUTPUT_TYPE_MAPPING .put (MGET , ValueListOutput .class );
12321230 COMMAND_OUTPUT_TYPE_MAPPING .put (ZINCRBY , DoubleOutput .class );
12331231 COMMAND_OUTPUT_TYPE_MAPPING .put (ZSCORE , DoubleOutput .class );
12341232
You can’t perform that action at this time.
0 commit comments