rediscala
rediscala copied to clipboard
ClientRedisPool for Subscriptions
Hi, it seems to me, that every SubscribeActor uses its own connection.
Is it possible with the current API do accomplish that with a connection pool?
If not, is it possible at all?
We're instantiating a lot of subscriptions and don't want to have a connection per subscription.
Thanks!