Packages

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

Type Members

  1. trait AkkaSerializer extends AnyRef

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

  2. class AkkaSerializerProvider extends Provider[AkkaSerializer]
  3. trait FailEagerly extends RequestTimeout

    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

    Internal non-blocking Redis API implementing REDIS protocol

    Internal non-blocking Redis API implementing REDIS protocol

    See also

    https://redis.io/commands

  5. trait RedisRequestTimeout extends RequestTimeout

    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

    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
  8. implicit final class TupleHelper[+A, +B] extends AnyVal

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped