config

object config
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Adaptive(timeout: FiniteDuration) extends TopologyViewRefreshStrategy
final case class Periodic(interval: FiniteDuration) extends TopologyViewRefreshStrategy
sealed abstract class Redis4CatsConfig
Companion
object
Companion
class
case class ShutdownConfig(quietPeriod: FiniteDuration, timeout: FiniteDuration)

Configure the shutdown of the lettuce redis client, controlling the time spent on shutting down Netty's thread pools.

Configure the shutdown of the lettuce redis client, controlling the time spent on shutting down Netty's thread pools.

Value Params
quietPeriod

the quiet period to allow the executor to gracefully shut down.

timeout

timeout the maximum amount of time to wait until the backing executor is shutdown regardless if a task was submitted during the quiet period.