kevy

FLUSHALL

Delete every key on every shard.

语法FLUSHALL
分组server
参数个数-1
起始版本1.0.0
标志write
复杂度O(S) fan-out; per shard O(N/S) clear plus WATCH invalidation plus a feed-generation bump
Redis 兼容性differs: ASYNC / SYNC are accepted and ignored (the flush is always synchronous per shard), and it bumps the CDC feed generation, so live FEED cursors get a resync error

← 全部命令