Redis ships with redis-cli, a terminal client for interacting with any Redis server. You can get and set keys, run Lua scripts, monitor commands in real time, and perform cluster administration. It is the primary tool for debugging, benchmarking, and managing Redis instances outside of application code.
#database#caching#memory#key-value
⌨️ Install
standaloneCLI
brew official
brew install redis What it can do
- › inspect and manipulate cached keys on a running Redis instance
- › monitor live command traffic for debugging application behavior
- › perform cluster failover, replication setup, and memory diagnostics
Comments