DATAREDIS-1008 - Fix command reference in Javadoc.

Original pull request: #466.
This commit is contained in:
weiyuc
2019-07-02 09:51:48 +08:00
committed by Mark Paluch
parent 205b55734d
commit 1ee8200d1a

View File

@@ -189,7 +189,7 @@ public interface ValueOperations<K, V> {
*
* @param map must not be {@literal null}.
* @param {@literal null} when used in pipeline / transaction.
* @see <a href="https://redis.io/commands/mset">Redis Documentation: MSET</a>
* @see <a href="https://redis.io/commands/msetnx">Redis Documentation: MSETNX</a>
*/
@Nullable
Boolean multiSetIfAbsent(Map<? extends K, ? extends V> map);