0

I see RMap (https://static.javadoc.io/org.redisson/redisson/3.5.6/org/redisson/api/RMap.html) has putAll, getAll methods, why not have a removeAll methods?

And what's the most convenient way to batch delete data from a RMap?

Mobility
  • 3,117
  • 18
  • 31

1 Answers1

1

Use RMap.fastRemove method, it accepts multiple keys as parameter

Nikita Koksharov
  • 10,283
  • 1
  • 62
  • 71