RedisInstance

play.api.cache.redis.configuration.RedisInstance
sealed trait RedisInstance extends RedisSettings

Abstraction over clusters and standalone instances. This trait encapsulates a common settings and simplifies pattern matching.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def name: String

name of the redis instance

name of the redis instance

Attributes

Concrete methods

override def equals(obj: Any): Boolean

trait-specific equals

trait-specific equals

Attributes

Definition Classes
RedisSettings -> Any
protected def equalsAsInstance(obj: Any): Boolean

trait-specific equals, invokable from children

trait-specific equals, invokable from children

Attributes

Inherited 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

Inherited from:
RedisSettings
def invocationPolicy: String

the name of the invocation policy used in getOrElse methods

the name of the invocation policy used in getOrElse methods

Attributes

Inherited from:
RedisSettings
def prefix: Option[String]

instance prefix

instance prefix

Attributes

Inherited from:
RedisSettings
def recovery: String

recovery policy used with the instance

recovery policy used with the instance

Attributes

Inherited from:
RedisSettings
def source: String

configuration source

configuration source

Attributes

Inherited from:
RedisSettings

timeout configuration

timeout configuration

Attributes

Inherited from:
RedisSettings