I want to understand how to calculate the total number of connections used by redisson. My understanding is it is the sum subscriptionConnectionPoolSize and connectionPoolSize.
Asked
Active
Viewed 259 times
1 Answers
1
Total amount of possible connections is limited by:
Redis nodes amount * (subscriptionConnectionPoolSize + connectionPoolSize)

Nikita Koksharov
- 10,283
- 1
- 62
- 71