Delete all keys matching a pattern
redis-cli --scan --pattern 'session:*' | xargs redis-cli DEL
Delete all keys in the current database
Atomically increment a value in Redis
Show all keys in the current Redis database
Set a Redis key with a time-to-live in seconds