Skip to main content
Redis accounts let you manage access to your Redis databases. Users connect through Web Access (a browser-based interface) or CLI (a local proxy), and every session is recorded.

Creating an Account

1

Start adding an account

Go to Privileged Access Management → Accounts and click Add Account.
2

Select a folder and template

Choose which folder to add the account to, then select a Redis template.
3

Enter connection details

4

Enter credentials

5

Save

Click Create.

Connecting

Web Access provides a browser-based Redis console where you type commands the same way you would in redis-cli.To connect:
  1. Go to Privileged Access Management → Accounts
  2. Find the account and click the rocket icon (or select Launch Session from the menu)
  3. Click Connect in Browser
Type quit or exit to end the session.Web Access is built for interactive use. Very long replies are shortened, and commands that stream results, such as SUBSCRIBE and MONITOR, are only available through the CLI.

Next Steps

MongoDB Accounts

Add MongoDB database accounts.

Sessions

View and manage sessions.