2

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.

four
  • 65
  • 5

1 Answers1

1

Total amount of possible connections is limited by:

Redis nodes amount * (subscriptionConnectionPoolSize + connectionPoolSize)

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