kevy

EXISTS

Count how many of the given keys exist.

SyntaxEXISTS key [key ...]
Groupgeneric
Arity-2
Since1.0.0
Flagsreadonly
ComplexityO(N) keys, one O(1) probe each
Redis compatibilitydiffers: the multi-key form is gathered per shard, so the count is not a point-in-time snapshot across shards

← All commands