Skip to content

Instantly share code, notes, and snippets.

View shantanukawale's full-sized avatar

Shantanu Kawale shantanukawale

  • Stripe
  • Bangalore
View GitHub Profile
@shantanukawale
shantanukawale / redis_cheatsheet.bash
Created September 12, 2020 10:57 — 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.