Skip to content

Instantly share code, notes, and snippets.

@tosone
tosone / redis_cheatsheet.bash
Created January 31, 2023 00:45 — 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.
[font]
normal = { family = "monaco", style = "Regular" }
# normal = { family = "Hack Nerd Font", style = "Regular" }
size = 16
[terminal.shell]
program = "/bin/zsh"
# args = ["-l", "-c", "zellij attach --index 0 || zellij"]
args = ["-l"]