Redis credentials#
You can use these credentials to authenticate the following nodes:
Prerequisites#
Create a user account on a Redis server.
Supported authentication methods#
- Database connection
Related resources#
Refer to Redis's developer documentation for more information about the service.
Using database connection#
To configure this credential, you'll need:
- A Password: Enter a password for the account.
- The Host: Enter the host name of the Redis server. Default is
localhost
. - The Port: Enter the port number the connection should use to connect. Default is
6379
. - A Database Number: Enter the database number. Default is
0
. - SSL: When turned on, the credential connects over SSL.
Refer to Connecting to Redis | Generic client for more information.