Commands

object Commands
class Object
trait Matchable
class Any

Type members

Classlikes

trait BareAsync[F[_], K, V] extends AclCommandsF[<none>, K, V] with BaseCommandsF[<none>, K, V] with GeoCommandsF[<none>, K, V] with HashCommandsF[<none>, K, V] with HLLCommandsF[<none>, K, V] with KeyCommandsF[<none>, K, V] with ListCommandsF[<none>, K, V] with ScriptingCommandsF[<none>, K, V] with EvalScriptingCommandsF[<none>, K, V] with ServerCommandsF[<none>, K, V] with SetCommandsF[<none>, K, V] with SortedSetCommandsF[<none>, K, V] with StreamCommandsF[<none>, K, V] with StringCommandsF[<none>, K, V] with TransactionCommandsF[<none>, K, V]
trait BareSync[F[_], K, V] extends AclCommandsF[F, K, V] with BaseCommandsF[F, K, V] with GeoCommandsF[F, K, V] with HashCommandsF[F, K, V] with HLLCommandsF[F, K, V] with KeyCommandsF[F, K, V] with ListCommandsF[F, K, V] with ScriptingCommandsF[F, K, V] with EvalScriptingCommandsF[F, K, V] with ServerCommandsF[F, K, V] with SetCommandsF[F, K, V] with SortedSetCommandsF[F, K, V] with StreamCommandsF[F, K, V] with StringCommandsF[F, K, V] with TransactionCommandsF[F, K, V]
trait ClusterAsync[F[_], K, V] extends AclCommandsF[<none>, K, V] with BaseCommandsF[<none>, K, V] with ClusterCommandsF[<none>, K, V] with GeoCommandsF[<none>, K, V] with HashCommandsF[<none>, K, V] with HLLCommandsF[<none>, K, V] with KeyCommandsF[<none>, K, V] with ListCommandsF[<none>, K, V] with ScriptingCommandsF[<none>, K, V] with EvalScriptingCommandsF[<none>, K, V] with ServerCommandsF[<none>, K, V] with SetCommandsF[<none>, K, V] with SortedSetCommandsF[<none>, K, V] with StreamCommandsF[<none>, K, V] with StringCommandsF[<none>, K, V]
trait ClusterSync[F[_], K, V] extends AclCommandsF[F, K, V] with BaseCommandsF[F, K, V] with ClusterCommandsF[F, K, V] with GeoCommandsF[F, K, V] with HashCommandsF[F, K, V] with HLLCommandsF[F, K, V] with KeyCommandsF[F, K, V] with ListCommandsF[F, K, V] with ScriptingCommandsF[F, K, V] with EvalScriptingCommandsF[F, K, V] with ServerCommandsF[F, K, V] with SetCommandsF[F, K, V] with SortedSetCommandsF[F, K, V] with StreamCommandsF[F, K, V] with StringCommandsF[F, K, V]

Types

type CommonAsyncCommandsF[F[_], K, V] = CommonSyncCommandsF[<none>, K, V]
type CommonSyncCommandsF[F[_], K, V] = AclCommandsF[F, K, V] & BaseCommandsF[F, K, V] & GeoCommandsF[F, K, V] & HashCommandsF[F, K, V] & HLLCommandsF[F, K, V] & KeyCommandsF[F, K, V] & ListCommandsF[F, K, V] & ScriptingCommandsF[F, K, V] & EvalScriptingCommandsF[F, K, V] & ServerCommandsF[F, K, V] & SetCommandsF[F, K, V] & SortedSetCommandsF[F, K, V] & StreamCommandsF[F, K, V] & StringCommandsF[F, K, V]
type Compose[F[_], G[_]] = { type R = [A] =>> F[G[A]]; }