kevy

MSET

Set multiple key/value pairs atomically per shard.

SyntaxMSET key value [key value ...]
Groupstring
Arity-3
Since1.0.0
Flagswrite
ComplexityO(N) pairs, one O(1) SET each
Redis compatibilitydiffers: 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

← All commands