config
dev.profunktor.redis4cats.config
object config
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
config.type
Members list
Type members
Classlikes
final case class Adaptive(timeout: FiniteDuration) extends TopologyViewRefreshStrategy
Attributes
final case class Both(periodic: Periodic, adaptive: Adaptive) extends TopologyViewRefreshStrategy
Attributes
case object NoRefresh extends TopologyViewRefreshStrategy
Attributes
final case class Periodic(interval: FiniteDuration) extends TopologyViewRefreshStrategy
Attributes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object Redis4CatsConfig
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Redis4CatsConfig.type
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 parameters
- 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.
Attributes
- Supertypes
In this article