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. 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

  3. implicit class TupleHelper[+A, +B] extends AnyRef

    Permalink

Value Members

  1. object RedisConnectorModule extends Module

    Permalink

    Configures low-level classes communicating with the redis server.

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped