$ redis-cli KEYS "prefix*" | xargs redis-cli DEL
How to atomically delete keys matching a pattern with Redis - Stack Overflow
Go to list of users who liked
More than 5 years have passed since last update.
$ redis-cli KEYS "prefix*" | xargs redis-cli DEL
How to atomically delete keys matching a pattern with Redis - Stack Overflow
Register as a new user and use Qiita more conveniently
Go to list of users who liked