DATAREDIS-819 - Fix Javadoc in ReactiveValueOperations.
Original Pull Request: #336
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user