当前位置:首页 - Redis

Redis 大key 热点key查询

作者:高景洋 日期:2021-05-11 17:03:43 浏览次数:2597

Redis 大key , Redis 热点key 定位一直是困扰我们的问题~

那 怎么定位,Redis 大key热点key 呢?


首先,Redis 版本 要在 4.0 以上~

大key查询命令: redis-cli -h 10.10.10.10 -p 6379 --bigkeys

热点key查询命令:redis-cli -h 10.10.10.10 -p 6379 --hotkeys

本文永久性链接:
<a href="http://r4.com.cn/art184.aspx">Redis 大key 热点key查询</a>
当前header:Host: r4.com.cn X-Host1: r4.com.cn X-Host2: r4.com.cn X-Host3: 127.0.0.1:8080 X-Forwarded-For: 18.97.14.86 X-Real-Ip: 18.97.14.86 X-Domain: r4.com.cn X-Request: GET /art184.aspx HTTP/1.1 X-Request-Uri: /art184.aspx Connection: close User-Agent: CCBot/2.0 (https://commoncrawl.org/faq/) Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: br,gzip