RedisDelegatingHost

play.api.cache.redis.configuration.RedisDelegatingHost

A helper trait delegating properties into the inner settings object

Attributes

Graph
Supertypes
trait RedisHost
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Concrete methods

override def database: Option[Int]

redis database identifier to work with

redis database identifier to work with

Attributes

Definition Classes
override def host: String

host with redis server

host with redis server

Attributes

Definition Classes
override 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

Definition Classes
override def port: Int

port redis listens on

port redis listens on

Attributes

Definition Classes
override 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

Definition Classes

Inherited methods

override def equals(obj: Any): Boolean

trait-specific equals

trait-specific equals

Attributes

Definition Classes
RedisHost -> Any
Inherited from:
RedisHost
override def toString: String

to string

to string

Attributes

Definition Classes
RedisHost -> Any
Inherited from:
RedisHost