Replies: 1 comment 5 replies
-
|
Did you get these graphs using a Cluster mode? CPU spike depends on operations/s and data amount. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
my team has Redisson open source implemented to connect to an Azure Cache for Redis in Premium tier with multiple shards enabled.
The performances are kinda disappointing and end up overloading the CPU of the entire shards with a strange trend.
I saw that there are two ways of connecting to redis with Redisson:
Knowing that Azure cache for redis will allow only one single endpoint and a single port to use for connecting to the service... Which would be the proper settings to se in the application? Should we use Single mode because we have one single server to configure and the load balancing is done in the back by Azure or should we set a single entry in the
nodeAddressessetting and use the cluster mode?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions