MSNCodeSNIPPETS← msncode.dev
snippets/redis

Flush Current Database

Delete all keys in the current database

redisbashflushclear
BASH
redis-cli FLUSHDB

More redis snippets

Delete Keys by Pattern

Delete all keys matching a pattern

Increment a Counter

Atomically increment a value in Redis

List All Keys

Show all keys in the current Redis database

Set Key with Expiry

Set a Redis key with a time-to-live in seconds