Redis: How to access Redis log file

前端 未结 5 825
执笔经年
执笔经年 2020-12-13 12:10

Have Redis setup with ruby on ubuntu server, but can\'t figure out how to access its log file. Tutorial says it should be here:

/var/log/redis_6379.log
         


        
5条回答
  •  独厮守ぢ
    2020-12-13 12:40

    You can also login to the redis-cli and use the MONITOR command to see what queries are happening against Redis.

提交回复
热议问题