RedisTimeouts

play.api.cache.redis.configuration.RedisTimeouts
See theRedisTimeouts companion object

Aggregates the timeout configuration settings

Attributes

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

Members list

Value members

Abstract methods

def connection: Option[FiniteDuration]

connection timeout applies when the connection is not established to fail requests eagerly

connection timeout applies when the connection is not established to fail requests eagerly

Attributes

def redis: Option[FiniteDuration]

redis timeout indicates how long to wait for the response

redis timeout indicates how long to wait for the response

Attributes

def sync: FiniteDuration

sync timeout applies in sync API and indicates how long to wait before the future is resolved

sync timeout applies in sync API and indicates how long to wait before the future is resolved

Attributes