Auth
redis.api.connection.Auth
case class Auth[V](value1: V, value2: Option[V])(using convert: ByteStringSerializer[V]) extends RedisCommandStatus[Status]
Attributes
- Source
- Auth.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Status]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Attributes
- Source
- Auth.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandStatus
- Source
- RedisCommandStatus.scala
In this article