April 20, 2026· ~4 min readRedis Cheatsheet ### Getting Started ```bash # Connect to a local Redis instance redis-cli # Connect to a remote Redis instance redis-cli -h 192.168.1.100 -p 6379 -