object PubSub
- Source
- PubSub.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PubSub
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkPubSubConnection[F[_], K, V](client: RedisClient, codec: RedisCodec[K, V])(implicit arg0: Async[F], arg1: FutureLift[F], arg2: Log[F]): Resource[F, PubSubCommands[F, [β$0$]Stream[F, β$0$], K, V]]
Creates a PubSub Connection.
Creates a PubSub Connection.
Use this option whenever you need one or more subscribers or subscribers and publishers / stats.
- def mkPublisherConnection[F[_], K, V](client: RedisClient, codec: RedisCodec[K, V])(implicit arg0: FlatMap[F], arg1: FutureLift[F], arg2: Log[F]): Resource[F, PublishCommands[F, [β$1$]Stream[F, β$1$], K, V]]
Creates a PubSub connection.
Creates a PubSub connection.
Use this option when you only need to publish and/or get stats such as number of subscriptions.
- def mkSubscriberConnection[F[_], K, V](client: RedisClient, codec: RedisCodec[K, V])(implicit arg0: Async[F], arg1: FutureLift[F], arg2: Log[F]): Resource[F, SubscribeCommands[F, [β$2$]Stream[F, β$2$], K, V]]
Creates a PubSub connection.
Creates a PubSub connection.
Use this option when you only need to one or more subscribers but no publishing and / or stats.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
This is the API documentation for the Redis4Cats library.