Package

play.api.cache.redis

connector

Permalink

package connector

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. connector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AkkaSerializer extends AnyRef

    Permalink

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

  2. class AkkaSerializerProvider extends Provider[AkkaSerializer]

    Permalink
  3. trait FailEagerly extends RequestTimeout

    Permalink

    Actor extension maintaining current connected status.

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

  4. trait RedisConnector extends CoreCommands with ListCommands with SetCommands with HashCommands

    Permalink

    Internal non-blocking Redis API implementing REDIS protocol

    Internal non-blocking Redis API implementing REDIS protocol

    See also

    http://redis.io/commands

  5. trait RedisRequestTimeout extends RequestTimeout

    Permalink

    Actor extension implementing a request timeout, if enabled.

    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.

  6. trait RequestTimeout extends Request

    Permalink

    Helper for manipulation with the request to the redis.

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

  7. implicit final class StringWhen extends AnyVal

    Permalink
  8. implicit final class TupleHelper[+A, +B] extends AnyVal

    Permalink

Value Members

  1. object RequestTimeout

    Permalink
  2. implicit def future2expected[T](future: Future[T]): ExpectedFutureBuilder[T]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped