package algebra

Type Members

  1. trait Auth[F[_]] extends AnyRef
  2. trait AutoFlush[F[_]] extends AnyRef
  3. trait Bits[F[_], K, V] extends AnyRef
  4. trait ConnectionCommands[F[_]] extends Ping[F] with Auth[F]
  5. trait Decrement[F[_], K, V] extends AnyRef
  6. trait Diagnostic[F[_]] extends AnyRef
  7. trait Flush[F[_], K] extends AnyRef
  8. trait GeoCommands[F[_], K, V] extends GeoGetter[F, K, V] with GeoSetter[F, K, V]
  9. trait GeoGetter[F[_], K, V] extends AnyRef
  10. trait GeoSetter[F[_], K, V] extends AnyRef
  11. trait Getter[F[_], K, V] extends AnyRef
  12. trait HashCommands[F[_], K, V] extends HashGetter[F, K, V] with HashSetter[F, K, V] with HashIncrement[F, K, V]
  13. trait HashGetter[F[_], K, V] extends AnyRef
  14. trait HashIncrement[F[_], K, V] extends AnyRef
  15. trait HashSetter[F[_], K, V] extends AnyRef
  16. trait HyperLogLogCommands[F[_], K, V] extends AnyRef
  17. trait Increment[F[_], K, V] extends AnyRef
  18. trait KeyCommands[F[_], K] extends AnyRef
  19. trait ListBlocking[F[_], K, V] extends AnyRef
  20. trait ListCommands[F[_], K, V] extends ListBlocking[F, K, V] with ListGetter[F, K, V] with ListSetter[F, K, V] with ListPushPop[F, K, V]
  21. trait ListGetter[F[_], K, V] extends AnyRef
  22. trait ListPushPop[F[_], K, V] extends AnyRef
  23. trait ListSetter[F[_], K, V] extends AnyRef
  24. trait MultiKey[F[_], K, V] extends AnyRef
  25. trait Ping[F[_]] extends AnyRef
  26. trait PipelineCommands[F[_]] extends AutoFlush[F]
  27. trait ScriptCommands[F[_], K, V] extends Scripting[F, K, V]
  28. trait Scripting[F[_], K, V] extends AnyRef
  29. trait ServerCommands[F[_], K] extends Flush[F, K] with Diagnostic[F]
  30. trait SetCommands[F[_], K, V] extends SetGetter[F, K, V] with SetSetter[F, K, V] with SetDeletion[F, K, V]
  31. trait SetDeletion[F[_], K, V] extends AnyRef
  32. trait SetGetter[F[_], K, V] extends AnyRef
  33. trait SetSetter[F[_], K, V] extends AnyRef
  34. trait Setter[F[_], K, V] extends AnyRef
  35. trait SortedSetCommands[F[_], K, V] extends SortedSetGetter[F, K, V] with SortedSetSetter[F, K, V]
  36. trait SortedSetGetter[F[_], K, V] extends AnyRef
  37. trait SortedSetSetter[F[_], K, V] extends AnyRef
  38. trait StringCommands[F[_], K, V] extends Getter[F, K, V] with Setter[F, K, V] with MultiKey[F, K, V] with Decrement[F, K, V] with Increment[F, K, V] with Bits[F, K, V]
  39. trait Transaction[F[_]] extends AnyRef
  40. trait TransactionalCommands[F[_], K] extends Transaction[F] with Watcher[F, K]
  41. trait Watcher[F[_], K] extends AnyRef

Ungrouped