我有一个使用Redis作为缓存的应用程序。
我偶尔会出现Redis突然反应迟钝的情节。甚至简单的卷曲测试也无法通过:
(69062,26001)
Redis控制台日志未显示任何错误,
我正在使用以下指标导出器:https://github.com/oliver006/redis_exporter
在这些情节中,~ curl localhost:6379
curl: (7) Failed to connect to localhost port 6379: Connection refused
是redis_up
,而0
是redis_exporter_last_scrape_error
,没有错误详细信息。
仅供参考,我在Redis中有4,600万个带有空字符串值的短键。
我该如何诊断并希望解决此问题?