kevy

EXISTS

Count how many of the given keys exist.

语法EXISTS key [key ...]
分组generic
参数个数-2
起始版本1.0.0
标志readonly
复杂度O(N) keys, one O(1) probe each
Redis 兼容性differs: the multi-key form is gathered per shard, so the count is not a point-in-time snapshot across shards

← 全部命令