redis 를 통해서 들어오는 커맨드를 확인하는 방법
$ redis-cli -h localhost -p 6379 -a PASSWORD monitor
$ redis-cli -h localhost -p 6379 -a PASSWORD monitor | grep -v DEL
|
grep 을 이용하여, 필요한 문자열이 포함된(제외된) 메시지만 출력할수 있다.
'Redis' 카테고리의 다른 글
[redis] WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. (0) | 2019.11.25 |
---|---|
Redis Cluster 구축 (redis cluster + predixy) (0) | 2019.11.05 |