kevy

MSET

Set multiple key/value pairs atomically per shard.

構文MSET key value [key value ...]
グループstring
引数の数-3
導入バージョン1.0.0
フラグwrite
計算量O(N) pairs, one O(1) SET each
Redis 互換性differs: atomic only per shard — pairs are split by key and applied shard-by-shard with no cross-shard barrier, so a reader can observe some pairs written and others not; Redis MSET is globally atomic

← すべてのコマンド