Post

The useful commands for Redis

Monitor

MONITOR is a debugging command that streams back every command processed by the Redis server. It can help in understanding what is happening to the database.

1
redis-cli monitor
This post is licensed under CC BY 4.0 by the author.