diff --git a/src/main/java/org/springframework/data/redis/core/ReactiveValueOperations.java b/src/main/java/org/springframework/data/redis/core/ReactiveValueOperations.java index 63a1dcf22..a99fde609 100644 --- a/src/main/java/org/springframework/data/redis/core/ReactiveValueOperations.java +++ b/src/main/java/org/springframework/data/redis/core/ReactiveValueOperations.java @@ -103,7 +103,7 @@ public interface ReactiveValueOperations { * not exist. * * @param map must not be {@literal null}. - * @see Redis Documentation: MSET + * @see Redis Documentation: MSETNX */ Mono multiSetIfAbsent(Map map);