debasishg / scala-redis-nb

Implementation of a non blocking Redis client in Scala using Akka IO
204 stars 38 forks source link

Add timeout to RedisClientSettings.scala #88

Open mzafer opened 10 years ago

mzafer commented 10 years ago

Is there a reason why timeout is not defined in RedisClientSettings. It will be good to have it there as it can provide a single place for all configurations.