package pubsub
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait PubSubCommands[F[_], S[_], K, V] extends PublishCommands[F, S, K, V] with SubscribeCommands[F, S, K, V]
- F
the effect type
- S
the stream type
- K
the channel key type
- V
the value type
- trait PubSubStats[F[_], K] extends AnyRef
- trait PublishCommands[F[_], S[_], K, V] extends PubSubStats[F, K]
- F
the effect type
- S
the stream type
- K
the channel key type
- V
the value type
- trait SubscribeCommands[F[_], S[_], K, V] extends AnyRef
- F
the effect type
- S
the stream type
- K
the channel key type
- V
the value type
This is the API documentation for the Redis4Cats library.