AsyncCallCommands

trait AsyncCallCommands[F[_], K, V]
class Object
trait Matchable
class Any
class RedisClusterCommandsF[F, K, V]
class RedisCommandsF[F, K, V]
trait AclCommands[F, K, V]
trait BaseCommands[F, K, V]
trait ClusterCommands[F, K, V]
trait GeoCommands[F, K, V]
trait HLLCommands[F, K, V]
trait HashCommands[F, K, V]
trait KeyCommands[F, K, V]
trait ListCommands[F, K, V]
trait ScriptingCommands[F, K, V]
trait SentinelCommands[F, K, V]
class RedisSentinelCommandsF[F, K, V]
trait ServerCommands[F, K, V]
trait SetCommands[F, K, V]
trait SortedSetCommands[F, K, V]
trait StreamCommands[F, K, V]
trait StringCommands[F, K, V]
trait TransactionalCommands[F, K, V]

Value members

Concrete methods

protected
def call[R](f: Any => RedisFuture[R]): F[R]

Abstract fields

protected
val underlying: Any

Implicits

Implicits

implicit protected
val _async: Async[F]
implicit protected
val _keyTag: ClassTag[K]
implicit protected
val _valueTag: ClassTag[V]