package algebra

Type Members

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

Ungrouped