RedisMasterSlaves

play.api.cache.redis.configuration.RedisMasterSlaves
See theRedisMasterSlaves companion object
sealed trait RedisMasterSlaves extends RedisInstance

Type of Redis Instance - a master-slaves. It encapsulates common settings of the master and slaves nodes.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def database: Option[Int]
def password: Option[String]
def slaves: List[RedisHost]
def username: Option[String]

Concrete methods

override def equals(obj: Any): Boolean

trait-specific equals

trait-specific equals

Attributes

Definition Classes
override def toString: String

to string

to string

Attributes

Definition Classes
Any

Inherited methods

protected def equalsAsInstance(obj: Any): Boolean

trait-specific equals, invokable from children

trait-specific equals, invokable from children

Attributes

Inherited from:
RedisInstance
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 name: String

name of the redis instance

name of the redis instance

Attributes

Inherited from:
RedisInstance
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