Polishing.

This commit is contained in:
Mark Paluch
2021-12-10 09:15:27 +01:00
parent 6984e3663d
commit 9732c64024

View File

@@ -204,7 +204,7 @@ public interface StringRedisConnection extends RedisConnection {
/**
* Rename key {@code oldKey} to {@code newKey} only if {@code newKey} does not exist.
*
* @param oldName must not be {@literal null}.
* @param oldKey must not be {@literal null}.
* @param newKey must not be {@literal null}.
* @return
* @see <a href="https://redis.io/commands/renamenx">Redis Documentation: RENAMENX</a>