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 8ce02bd3fd
commit 0ca256ddf3

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="http://redis.io/commands/mset">Redis Documentation: MSET</a>
* @see <a href="http://redis.io/commands/msetnx">Redis Documentation: MSETNX</a>
*/
@Nullable
Boolean multiSetIfAbsent(Map<? extends K, ? extends V> map);