RedisHost

play.api.cache.redis.configuration.RedisHost
See theRedisHost companion object
trait RedisHost

Configures a single node either a standalone or within a cluster.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def database: Option[Int]

redis database identifier to work with

redis database identifier to work with

Attributes

def host: String

host with redis server

host with redis server

Attributes

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

def port: Int

port redis listens on

port redis listens on

Attributes

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

Concrete methods

override def equals(obj: Any): Boolean

trait-specific equals

trait-specific equals

Attributes

Definition Classes
Any
override def toString: String

to string

to string

Attributes

Definition Classes
Any