Packages

trait ApiSubset extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiSubset
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Field = RedisSerialization.Field
  2. type Key = RedisSerialization.Key
  3. type Record = RedisSerialization.Record
  4. abstract type Result[A]

    The type constructor into which a result of each command is wrapped.

    The type constructor into which a result of each command is wrapped. For example if Result is Future, then incr returns Future[Long].

  5. type Value = RedisSerialization.Value

Abstract Value Members

  1. abstract def execute[A](command: RedisCommand[A]): Result[A]
  2. abstract val serialization: RedisSerialization