0
votes

I am having a multiple redis clusters in cluster mode. Each node has default limit of 10k client connections. One behavior I have observed is when redis client connection reaches this limit node restarts.

Expectation is that client connection should get refused when this limit is breached instead of node restarting