PublishCommands

dev.profunktor.redis4cats.pubsub.PublishCommands
trait PublishCommands[F[_], K, V] extends PubSubStats[F, K]

Attributes

Graph
Supertypes
trait PubSubStats[F, K]
class Object
trait Matchable
class Any
Known subtypes
trait PubSubCommands[F, K, V]

Members list

Value members

Abstract methods

def publish(channel: RedisChannel[K]): (F[V]) => F[Unit]

Inherited methods

def pubSubChannels: F[List[K]]

Attributes

Inherited from:
PubSubStats
def pubSubSubscriptions(channels: List[RedisChannel[K]]): F[List[Subscription[K]]]

Attributes

Inherited from:
PubSubStats
def pubSubSubscriptions(channel: RedisChannel[K]): F[Subscription[K]]

Attributes

Inherited from:
PubSubStats