kevy

FLUSHALL

Delete every key on every shard.

SyntaxFLUSHALL
Groupserver
Arity-1
Since1.0.0
Flagswrite
ComplexityO(S) fan-out; per shard O(N/S) clear plus WATCH invalidation plus a feed-generation bump
Redis compatibilitydiffers: 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

← All commands