RedisCluster

play.api.cache.redis.configuration.RedisCluster
See theRedisCluster companion object
sealed trait RedisCluster extends RedisInstance

Type of Redis Instance - a cluster. It encapsulates common settings of the instance and the list of cluster nodes.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def nodes: List[RedisHost]

nodes definition when cluster is defined

nodes definition when cluster is defined

Attributes

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