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.
Total amount of possible connections is limited by:
Redis nodes amount * (subscriptionConnectionPoolSize + connectionPoolSize)