Skip to content

Instantly share code, notes, and snippets.

View sur's full-sized avatar

Sur Max sur

View GitHub Profile
redis-cli
redis 127.0.0.1:6379> KEYS sidetiq
(empty list or set)
redis 127.0.0.1:6379> KEYS sidetiq:*
1) "sidetiq:RecurrentMailDownloaderWorker:next"
2) "sidetiq:RecurrentMailDownloaderWorker:last"
redis 127.0.0.1:6379> DEL sidetiq:RecurrentMailDownloaderWorker:next
(integer) 1
redis 127.0.0.1:6379> DEL sidetiq:RecurrentMailDownloaderWorker:last
(integer) 1