Latest web development tutorials

Redis Monitor Command

Redis server

Redis Monitor for real-time command to print out Redis server receives a command, for debugging.

grammar

redis Monitor basic command syntax is as follows:

redis 127.0.0.1:6379> MONITOR 

Available versions

> = 1.0.0

return value

Always returns OK.

Examples

redis 127.0.0.1:6379> MONITOR 
OK
1410855382.370791 [0 127.0.0.1:60581] "info"
1410855404.062722 [0 127.0.0.1:60581] "get" "a"

Redis server