diff --git a/pom.xml b/pom.xml
index 50848f2fb4..a9ca22cffb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.data
spring-data-redis
- 3.5.0-SNAPSHOT
+ 3.5.0-GH-3055-SNAPSHOT
Spring Data Redis
Spring Data module for Redis
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 d1ded81eae..92a8c65406 100644
--- a/src/main/java/org/springframework/data/redis/core/ReactiveValueOperations.java
+++ b/src/main/java/org/springframework/data/redis/core/ReactiveValueOperations.java
@@ -63,7 +63,7 @@ public interface ReactiveValueOperations {
*
* @param key must not be {@literal null}.
* @param value
- * @see Redis Documentation: SETNX
+ * @see Redis Documentation: SET
*/
Mono setIfAbsent(K key, V value);