Operation that can be passed to the Client#operate command.
If a map entry with the given key does not exist, the map policy's write mode determines whether a new entry will be created same as for the put command. This operation may create a new map if the map bin is currently empty.
This operation returns the new value of the map entry.
Decrements the map entry identified by the given key by the value
decr
. Valid only for numeric values.