Skip to content

Commit 9732c64

Browse files
committed
Polishing.
1 parent 6984e36 commit 9732c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/redis/connection/StringRedisConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ interface StringTuple extends Tuple {
204204
/**
205205
* Rename key {@code oldKey} to {@code newKey} only if {@code newKey} does not exist.
206206
*
207-
* @param oldName must not be {@literal null}.
207+
* @param oldKey must not be {@literal null}.
208208
* @param newKey must not be {@literal null}.
209209
* @return
210210
* @see <a href="https://redis.io/commands/renamenx">Redis Documentation: RENAMENX</a>

0 commit comments

Comments
 (0)