Skip to content

Instantly share code, notes, and snippets.

@kongqx
Forked from LeCoupa/redis_cheatsheet.bash
Created June 20, 2019 04:07
Show Gist options
  • Save kongqx/851040e1c17a9024997b7d6b1dacb6dd to your computer and use it in GitHub Desktop.
Save kongqx/851040e1c17a9024997b7d6b1dacb6dd to your computer and use it in GitHub Desktop.
Redis Cheatsheet - Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
# Redis Cheatsheet
# All the commands you need to know
SET key value # set value in key
GET key # get value in key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment