play.api.cache.redis.connector

Members list

Type members

Classlikes

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.

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

Attributes

Supertypes
trait Request
class Object
trait Matchable
class Any

Provides a encode and decode methods to serialize objects into strings and vise versa.

Provides a encode and decode methods to serialize objects into strings and vise versa.

Attributes

Supertypes
class Object
trait Matchable
class Any
class PekkoSerializerProvider(implicit system: ActorSystem) extends Provider[PekkoSerializer]

Attributes

Supertypes
trait Provider[PekkoSerializer]
class Object
trait Matchable
class Any
trait RedisConnector extends AnyRef

Internal non-blocking Redis API implementing REDIS protocol

Internal non-blocking Redis API implementing REDIS protocol

Attributes

See also
Supertypes
class Object
trait Matchable
class Any

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.

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

Supertypes
trait Request
class Object
trait Matchable
class Any
trait RequestTimeout extends Request

Helper for manipulation with the request to the redis. It defines the common variables and methods to avoid code duplication

Helper for manipulation with the request to the redis. It defines the common variables and methods to avoid code duplication

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final implicit class StringWhen(value: String) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class TupleHelper[+A, +B](tuple: (A, B)) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Implicits

Implicits

final implicit def StringWhen(value: String): StringWhen
final implicit def TupleHelper[A, B](tuple: (A, B)): TupleHelper[A, B]
implicit def future2expected[T](future: Future[T]): ExpectedFutureBuilder[T]