etaty / rediscala

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

ClientRedisPool for Subscriptions #161

Open timsuchanek opened 7 years ago

timsuchanek commented 7 years ago

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!