ListDatabaseKeysResult

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

The secret access keys used for authenticating connections to redis

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

Link copied to clipboard

The current secondary key that clients can use to authenticate