object RedisStream
- Source
- Fs2Streaming.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RedisStream
- 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
- def fromMasterReplica[F[_], K, V](connection: RedisMasterReplica[K, V])(implicit arg0: Async[F]): Streaming[F, [β$4$]Stream[F, β$4$], K, V]
- 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 mkMasterReplicaConnection[F[_], K, V](codec: RedisCodec[K, V], uris: RedisURI*)(readFrom: Option[ReadFrom] = None)(implicit arg0: Async[F], arg1: Log[F]): Stream[F, Streaming[F, [β$2$]Stream[F, β$2$], K, V]]
- def mkMasterReplicaConnectionResource[F[_], K, V](codec: RedisCodec[K, V], uris: RedisURI*)(readFrom: Option[ReadFrom] = None)(implicit arg0: Async[F], arg1: Log[F]): Resource[F, Streaming[F, [β$3$]Stream[F, β$3$], K, V]]
- def mkStreamingConnection[F[_], K, V](client: RedisClient, codec: RedisCodec[K, V])(implicit arg0: Async[F], arg1: Log[F]): Stream[F, Streaming[F, [β$0$]Stream[F, β$0$], K, V]]
- def mkStreamingConnectionResource[F[_], K, V](client: RedisClient, codec: RedisCodec[K, V])(implicit arg0: Async[F], arg1: Log[F]): Resource[F, Streaming[F, [β$1$]Stream[F, β$1$], K, V]]
- 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.