I am checking the actually connected clients from Redis. Which one should tell me the truth? I know "redis-cli client list" can give me more info.
However, The total sum of this is different from the value in connected clients in (redis-cli info). How can I understand the difference between these two? Who should I trust for the amount of the connection?