RedisAccessKeysResponse

data class RedisAccessKeysResponse(val primaryKey: String, val secondaryKey: String)

Redis cache access keys.

Constructors

Link copied to clipboard
constructor(primaryKey: String, secondaryKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current primary key that clients can use to authenticate with Redis cache.

Link copied to clipboard

The current secondary key that clients can use to authenticate with Redis cache.