Skip to content

Instantly share code, notes, and snippets.

View m-Farman's full-sized avatar

Farman m-Farman

  • Bangalore
View GitHub Profile
@m-Farman
m-Farman / redis_cheatsheet.bash
Created August 9, 2018 07:30 — 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.