为什么 RMap 接口没有 removeAll 方法?批量删除最方便的方法是什么?
Why RMap interface not have a removeAll method? and what's the most convenient way to do batch delete?
我看到 RMap (https://static.javadoc.io/org.redisson/redisson/3.5.6/org/redisson/api/RMap.html) 有 putAll、getAll 方法,为什么没有 removeAll 方法?
从RMap中批量删除数据最方便的方法是什么?
使用RMap.fastRemove
方法,它接受多个键作为参数
我看到 RMap (https://static.javadoc.io/org.redisson/redisson/3.5.6/org/redisson/api/RMap.html) 有 putAll、getAll 方法,为什么没有 removeAll 方法?
从RMap中批量删除数据最方便的方法是什么?
使用RMap.fastRemove
方法,它接受多个键作为参数