PublishCommands

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

Value members

Abstract methods

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

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