I hope this message finds you well. I am currently managing a Redis cluster that is experiencing unusually high network usage despite having very low activity. Here are some details about our setup:
Dataset size: 30mb
High availability: No
Monthly network cap: 5GB
Monthly network used: 1.1 GB / 5 GB (23%)
We have monitored the cluster and confirmed that the number of commands processed per second is relatively low. However, the network traffic remains high, which is unexpected given the low usage. We have checked for common issues like:
Network Configuration: Verified network settings and found no misconfigurations.
Client Connections: Limited the number of client connections to avoid unnecessary overhead.
Data Transfer: Ensured that there is no large data transfer happening in the background.
Despite these checks, the network usage is still significantly higher than anticipated. Could you please provide some insights or recommendations on what might be causing this high network usage and how we can address it?