etaty / rediscala

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

rediscala endless retry loop when connection fails #222

Open jmr30 opened 5 years ago

jmr30 commented 5 years ago

hi @etaty when a connection fails when using redisscala it seems to go into an endless retry loop. is there some config somewhere to change this?

thanks