etaty / rediscala

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

Add `Config` entity for configuring #29

Open alexander-myltsev opened 10 years ago

alexander-myltsev commented 10 years ago

Consider wrapping address: InetSocketAddress and reconnectDuration: FiniteDuration in a Config class. Should be useful in future when additional configuration parameters are required.