Skip to content

Instantly share code, notes, and snippets.

View shubham397's full-sized avatar
🏠
Working from home

shubham397

🏠
Working from home
View GitHub Profile
@shubham397
shubham397 / redis_cheatsheet.bash
Created May 31, 2020 06:13 — forked from LeCoupa/redis_cheatsheet.bash
Redis Cheatsheet - Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
# Redis Cheatsheet
# All the commands you need to know
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
# Strings.