DATAREDIS-819 - Fix Javadoc in ReactiveValueOperations.

Original Pull Request: #336
This commit is contained in:
佳何 蔡
2018-04-28 22:59:54 +08:00
committed by Christoph Strobl
parent 0955a4fea6
commit e631352832

View File

@@ -103,7 +103,7 @@ public interface ReactiveValueOperations<K, V> {
* not exist.
*
* @param map must not be {@literal null}.
* @see <a href="http://redis.io/commands/mset">Redis Documentation: MSET</a>
* @see <a href="http://redis.io/commands/msetnx">Redis Documentation: MSETNX</a>
*/
Mono<Boolean> multiSetIfAbsent(Map<? extends K, ? extends V> map);