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

Redis Cheatsheet

[databases]

Redis is an in-memory data structure store used as a cache, message broker, and database. It supports rich data types: strings, hashes, lists, sets, sorted sets, and more — all accessed with atomic commands.

This cheatsheet covers the most useful commands for each data type, plus expiration, transactions, and pub/sub. Commands use the redis-cli syntax.