data

dev.profunktor.redis4cats.data
object data

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object ReadFrom

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object RedisCodec

Attributes

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

Attributes

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

Attributes

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

Attributes

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