Skip to content

Instantly share code, notes, and snippets.

View tonimontero's full-sized avatar
🤘
to the moon

tonimontero

🤘
to the moon
View GitHub Profile
@tonimontero
tonimontero / redis_cheatsheet.bash
Created June 13, 2019 09:26 — 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.