rediscala
rediscala copied to clipboard
A new connection is getting created every time
I am using RedisClientMasterSlaves
and I see a new connection is being created for every command executed. Verified by using currConnections metric.
Do we have any workaround for creating a pool and maintain the connections for reusing them, instead of creating a new connection everytime ?