RedisStandalone

play.api.cache.redis.configuration.RedisStandalone
See theRedisStandalone companion object
sealed trait RedisStandalone extends RedisInstance, RedisHost

A type of Redis Instance - a standalone instance. It encapsulates common settings of the instance and provides a connection settings.

Attributes

Companion
object
Graph
Supertypes
trait RedisHost
class Object
trait Matchable
class Any
Show all

Members list

Value members

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
RedisHost -> Any

Inherited methods

def database: Option[Int]

redis database identifier to work with

redis database identifier to work with

Attributes

Inherited from:
RedisHost
protected def equalsAsInstance(obj: Any): Boolean

trait-specific equals, invokable from children

trait-specific equals, invokable from children

Attributes

Inherited from:
RedisInstance
def host: String

host with redis server

host with redis server

Attributes

Inherited from:
RedisHost
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 password: Option[String]

when enabled security, this returns password for the AUTH command

when enabled security, this returns password for the AUTH command

Attributes

Inherited from:
RedisHost
def port: Int

port redis listens on

port redis listens on

Attributes

Inherited from:
RedisHost
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
def username: Option[String]

when enabled security, this returns username for the AUTH command

when enabled security, this returns username for the AUTH command

Attributes

Inherited from:
RedisHost