PubSubCommands

trait PubSubCommands[F[_], K, V] extends PublishCommands[F, K, V] with SubscribeCommands[F, K, V]
trait SubscribeCommands[F, K, V]
trait PublishCommands[F, K, V]
trait PubSubStats[F, K]
class Object
trait Matchable
class Any

Value members

Inherited methods

def pubSubChannels: F[List[K]]
Inherited from
PubSubStats
def pubSubSubscriptions(channels: List[RedisChannel[K]]): F[List[Subscription[K]]]
Inherited from
PubSubStats
def pubSubSubscriptions(channel: RedisChannel[K]): F[Subscription[K]]
Inherited from
PubSubStats
def publish(channel: RedisChannel[K]): F[V] => F[Unit]
Inherited from
PublishCommands
def subscribe(channel: RedisChannel[K]): F[V]
Inherited from
SubscribeCommands
def unsubscribe(channel: RedisChannel[K]): F[Unit]
Inherited from
SubscribeCommands