etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

A new connection is getting created every time #249

Open mohitprasanth opened 1 year ago

mohitprasanth commented 1 year ago

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 ?