RedisSettings

play.api.cache.redis.configuration.RedisSettings
See theRedisSettings companion object

Configures non-connection related settings of redis instance, e.g., synchronization timeout, Pekko dispatcher, and recovery policy.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def invocationContext: String

the name of the invocation context executing all commands to Redis

the name of the invocation context executing all commands to Redis

Attributes

def invocationPolicy: String

the name of the invocation policy used in getOrElse methods

the name of the invocation policy used in getOrElse methods

Attributes

def prefix: Option[String]

instance prefix

instance prefix

Attributes

def recovery: String

recovery policy used with the instance

recovery policy used with the instance

Attributes

def source: String

configuration source

configuration source

Attributes

timeout configuration

timeout configuration

Attributes

Concrete methods

override def equals(obj: Any): Boolean

trait-specific equals

trait-specific equals

Attributes

Definition Classes
Any