FailEagerly

play.api.cache.redis.connector.FailEagerly
trait FailEagerly extends RequestTimeout

Actor extension maintaining current connected status. The operations are not invoked when the connection is not established, the failed future is returned instead.

Attributes

Graph
Supertypes
trait Request
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

protected def connectionTimeout: Option[FiniteDuration]

max timeout of the future when the redis is disconnected

max timeout of the future when the redis is disconnected

Attributes

Concrete methods

def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]

Concrete fields

protected var connected: Boolean

Implicits

Inherited implicits

implicit val executionContext: ExecutionContext

Attributes

Inherited from:
Request