package connector
- Alphabetic
- By Inheritance
- connector
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait AkkaSerializer extends AnyRef
Provides a encode and decode methods to serialize objects into strings and vise versa.
- class AkkaSerializerProvider extends Provider[AkkaSerializer]
- 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.
- 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
- 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.
- 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
- implicit final class StringWhen extends AnyVal
- implicit final class TupleHelper[+A, +B] extends AnyVal
Value Members
- implicit def future2expected[T](future: Future[T]): ExpectedFutureBuilder[T]
- object RequestTimeout