config

dev.profunktor.redis4cats.config
object config

Attributes

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

Members list

Type members

Classlikes

final case class Adaptive(timeout: FiniteDuration) extends TopologyViewRefreshStrategy

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
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.

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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