kevacoin-project / kevacoin

Kevacoin source tree
https://www.kevacoin.org
MIT License
32 stars 16 forks source link

Set multiple key-value pair in one transaction #7

Open kevacoin-project opened 4 years ago

kevacoin-project commented 4 years ago

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.