Skip to content

Instantly share code, notes, and snippets.

View tothanhdat's full-sized avatar
🌏
Lúc người khác nghỉ ngơi.. Đó là cơ hội của bạn

Tô Đạt tothanhdat

🌏
Lúc người khác nghỉ ngơi.. Đó là cơ hội của bạn
View GitHub Profile
@tothanhdat
tothanhdat / redis_cheatsheet.bash
Created November 18, 2020 03:53 — 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.