Server Monitor
# Redis Monitor Command
* (javascript:void(0);)
* (javascript:void(0);)
* (javascript:void(0);)
* (javascript:void(0))
Redis Tutorial
(#)(#)(#)(#)(#)
## Redis Commands
(#)(#)(#)(#)(#)(#)(#)(#)[Redis Pub/Sub](#)(#)(#)(#)(#)(#)(#)
## Redis Advanced Tutorial
(#)(#)(#)(#)(#)(#)(#)(#)
[](#)(#)
(#)[](#)
Deep Dive
MONITOR
Data Management
Monitor
Computer Server
Programming
Networking
Computer Monitor
Computer Display
Computer Hardware
Computer
# Redis Monitor Command
!(#)(#)
The Redis MONITOR command is used to print in real-time the commands received by the Redis server, for debugging purposes.
### Syntax
The basic syntax of the redis MONITOR command is as follows:
redis 127.0.0.1:6379> MONITOR
### Available Versions
>= 1.0.0
### Return Value
Always returns OK.
### Example
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"
!(#)(#)
YouTip