kevy

MGET

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

構文MGET key [key ...]
グループstring
引数の数-2
導入バージョン1.0.0
フラグreadonly
計算量O(N) keys, one O(1) probe each on the owning shard
Redis 互換性differs: keys are grouped by shard and each shard is probed independently, so the reply is not a point-in-time snapshot across shards

← すべてのコマンド