-
-
Save mysticaltech/e71e46261022f2c0714b2663ed7e5835 to your computer and use it in GitHub Desktop.
Redis Cheatsheet - Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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