kevy

MGET

Return the values of multiple keys (cross-shard gather).

SyntaxMGET key [key ...]
Groupstring
Arity-2
Since1.0.0
Flagsreadonly
ComplexityO(N) keys, one O(1) probe each on the owning shard
Redis compatibilitydiffers: keys are grouped by shard and each shard is probed independently, so the reply is not a point-in-time snapshot across shards

← All commands