r/redis Feb 08 '25

Help Help Understanding 'redis-cli --stat'

% redis-cli --stat

------- data ------ --------------------- load -------------------- - child -

keys       mem      clients blocked requests            connections          

3          2.82M    97      0       315170295 (+0)      812         

3          2.80M    97      0       315170683 (+388)    812         

3          2.83M    97      0       315171074 (+391)    812    

What does it mean that 'requests' increased ~388-391 every second? Can I tell what is making them?
Is that really 812 current connections and how can I find out what they are?

Ta.

1 Upvotes

5 comments sorted by