Class ValkeyPassword

java.lang.Object
io.valkey.springframework.data.valkey.connection.ValkeyPassword

public class ValkeyPassword extends Object
Value object which may or may not contain a Valkey password.

If a password is present, isPresent() will return true and get() will return the value.

The password is stored as character array.

Since:
2.0
Author:
Mark Paluch, Christoph Strobl