Skip to main content
Run any Skill in Manus
with one click

redis-bulk-key-deletion

Stars0
Forks1
UpdatedJune 15, 2026 at 18:08

Safely delete large numbers of Redis keys without production latency spikes. Use when the user asks to delete keys by pattern, avoid `KEYS` or blocking `DEL`, use `SCAN` plus `UNLINK`, handle CROSSSLOT errors in clustered or Active-Active databases, use Redis Insight Bulk Actions, or reclaim memory after massive deletion.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly