config

dev.profunktor.redis4cats.config$
object config

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
config.type

Members list

Concise view

Type members

Classlikes

final case class Adaptive(timeout: FiniteDuration) extends TopologyViewRefreshStrategy

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
final case class Periodic(interval: FiniteDuration) extends TopologyViewRefreshStrategy

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed abstract class Redis4CatsConfig

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
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.

Attributes

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.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Adaptive
object NoRefresh.type
class Periodic