We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6984e36 commit 9732c64Copy full SHA for 9732c64
src/main/java/org/springframework/data/redis/connection/StringRedisConnection.java
@@ -204,7 +204,7 @@ interface StringTuple extends Tuple {
204
/**
205
* Rename key {@code oldKey} to {@code newKey} only if {@code newKey} does not exist.
206
*
207
- * @param oldName must not be {@literal null}.
+ * @param oldKey must not be {@literal null}.
208
* @param newKey must not be {@literal null}.
209
* @return
210
* @see <a href="https://redis.io/commands/renamenx">Redis Documentation: RENAMENX</a>
0 commit comments