package internals
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class PubSubState[F[_], K, V](channelSubs: AtomicCell[F, Map[RedisChannel[K], Redis4CatsSubscription[F, V]]], patternSubs: AtomicCell[F, Map[RedisPattern[K], Redis4CatsSubscription[F, RedisPatternEvent[K, V]]]]) extends Product with Serializable
We use
AtomicCell
instead ofRef
because we need locking while side-effecting.
Value Members
- object LivePubSubStats
- object PubSubInternals
- object PubSubState extends Serializable
- object Subscriber
This is the API documentation for the Redis4Cats library.