package
algebra
Type Members
-
type
ByteString = Seq[Byte]
-
type
C0[A] = Coproduct[ConnectionAlgebra, HashAlgebra, A]
-
type
C1[A] = Coproduct[KeyAlgebra, C0, A]
-
type
C2[A] = Coproduct[ListAlgebra, C1, A]
-
type
C3[A] = Coproduct[ScriptAlgebra, C2, A]
-
type
C4[A] = Coproduct[ServerAlgebra, C3, A]
-
type
C5[A] = Coproduct[SetAlgebra, C4, A]
-
type
C6[A] = Coproduct[StringAlgebra, C5, A]
-
type
C7[A] = Coproduct[ZSetAlgebra, C6, A]
-
-
type
Microseconds = Int
-
type
Milliseconds = Long
-
type
R[A] = Coproduct[ZSetAlgebra, C6, A]
-
type
RedisAlgebra[A] = Coproduct[ZSetAlgebra, C6, A]
-
type
RedisAlgebraFree[A] = Free[RedisAlgebra, A]
-
type
Seconds = Long
Inherited from AnyRef
Inherited from Any