Currently, the keva_put command can only update or set one key in one transaction. When there are many small updates, this is obviously not an optimal approach.
We should either enhance keva_put to support multiple keys, or have a new command such as keva_many_put to update or set multiple keys in one single transaction.
Currently, the
keva_put
command can only update or set one key in one transaction. When there are many small updates, this is obviously not an optimal approach.We should either enhance
keva_put
to support multiple keys, or have a new command such askeva_many_put
to update or set multiple keys in one single transaction.