kevy

TOUCH

Count how many of the given keys exist.

语法TOUCH key [key ...]
分组generic
参数个数-2
起始版本1.0.0
标志readonly
复杂度O(N) keys — one existence probe per key on its owning shard
Redis 兼容性differs: kevy has no idle-time clock to reset, so TOUCH is EXISTS with the eviction bookkeeping the probe already does

← 全部命令