SubscribeCommands

dev.profunktor.redis4cats.pubsub.SubscribeCommands
trait SubscribeCommands[F[_], K, V]

Attributes

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

Members list

Concise view

Value members

Abstract methods

def psubscribe(channel: RedisPattern[K]): F[RedisPatternEvent[K, V]]
def punsubscribe(channel: RedisPattern[K]): F[Unit]
def subscribe(channel: RedisChannel[K]): F[V]
def unsubscribe(channel: RedisChannel[K]): F[Unit]