package connection
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class InvalidRedisURI(uri: String, throwable: Throwable) extends Throwable with NoStackTrace with Product with Serializable
- case class OperationNotSupported(value: String) extends Throwable with NoStackTrace with Product with Serializable
- sealed abstract case class RedisClient extends Product with Serializable
- sealed abstract case class RedisClusterClient extends Product with Serializable
- sealed abstract case class RedisMasterReplica[K, V] extends Product with Serializable
It encapsulates an underlying
MasterReplica
connection - sealed abstract class RedisURI extends AnyRef
Value Members
- object RedisClient extends Serializable
- object RedisClusterClient extends Serializable
- object RedisMasterReplica extends Serializable
- object RedisURI
This is the API documentation for the Redis4Cats library.