redis慢日志是redis用于记录慢查询执行时间的日志系统,而Slowlog是Redis从2.2.12版本引入的一条命令。 在redis.conf中slowlog的设置例如: slowlog-log-slower-than10000slowlog-max-len128 其中slowlog-log-slower-than表示slowlog的划定界限,只有query执...redis,慢日志
共1页/1条