We use cookies to understand how the site is used and to display ads. Analytics and advertising only run after you accept. You can change your choice anytime. Privacy policy

Skip to content
devvkit
$devvkit resources --cheatsheet redis-cheatsheet

Redis Cheatsheet

[databases]

Redis is an in-memory data store used for caching, queues, sessions, and leaderboards. This cheatsheet covers the commands you use daily: strings and counters, hashes, lists as queues, sets and sorted sets, key expiration, pub/sub, and transactions.

Every command shows its syntax with placeholders followed by the use case.