RedisRequestTimeout

play.api.cache.redis.connector.RedisRequestTimeout

Actor extension implementing a request timeout, if enabled. This is due to no internal timeout provided by the redis-scala to avoid never-completed futures.

Attributes

Graph
Supertypes
trait Request
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

protected def timeout: Option[FiniteDuration]

indicates the timeout on the redis request

indicates the timeout on the redis request

Attributes

Concrete methods

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

Implicits

Inherited implicits

implicit val executionContext: ExecutionContext

Attributes

Inherited from:
Request