Redis Cheat Sheet
Browse, filter, and search standard Redis commands and command groups with examples.
Database
Command
Description
Category
SET key value
Set the string value of a key
Strings
GET key
Get the value of a key
Strings
DEL key
Delete a key
Keys
EXISTS key
Determine if a key exists
Keys
LPUSH key value
Prepend one or multiple values to a list
Lists
LPOP key
Remove and get the first element in a list
Lists
SADD key member
Add one or more members to a set
Sets
SMEMBERS key
Get all the members in a set
Sets
What is the Redis Cheat Sheet?
The Redis Cheat Sheet is a developer-focused utility designed to assist with database tasks. It runs entirely inside your browser, ensuring that your data remains safe, secure, and never leaves your local system.
How to use the tool
- Paste or type your input data into the designated text area.
- Select any formatting, conversion, or configuration parameters to customize the output behavior.
- Review the generated output instantly in the output section.
- Click Copy to save the formatted result directly to your system clipboard.
Features
- Privacy-first: All computations are performed client-side. No server calls are made.
- Fast rendering: Instant compilation and display of your inputs.
- Clean output: Validated and cleaned formatting matching standard specifications.