Skip to content

Instantly share code, notes, and snippets.

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

Quentin de Quelen qdequele

🏠
Working from home
  • Meili
  • Paris
View GitHub Profile
@LeCoupa
LeCoupa / redis_cheatsheet.bash
Last active March 18, 2024 09:08
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.