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

← 全部命令