RedisInfo

class RedisInfo(val uri: URI, val user: String, val password: String)

Parsed Redis connection information extracted from a Redis URL.

Constructors

Link copied to clipboard
constructor(uri: URI, user: String, password: String)

Properties

Link copied to clipboard

Returns true if the user should be included in AUTH commands (i.e., is a real user, not a placeholder).

Link copied to clipboard

the password extracted from the URL's userinfo

Link copied to clipboard
val uri: URI

the parsed URI

Link copied to clipboard

the username extracted from the URL's userinfo