data

dev.profunktor.redis4cats.data$
object data

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
data.type

Members list

Concise view

Type members

Classlikes

final case class KeyScanCursor[K](underlying: KeyScanCursor[K]) extends ScanCursor

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class NodeId(value: String) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
object ReadFrom

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class RedisChannel[K](underlying: K) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
final case class RedisCodec[K, V](underlying: RedisCodec[K, V]) extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
object RedisCodec

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class RedisPattern[K](underlying: K) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
final case class RedisPatternEvent[K, V](pattern: K, channel: K, data: V)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed abstract class ScanCursor

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class KeyScanCursor[K]