docs/user_guide/connecting/redis.md
Connecting to a Redis instance is straightforward. Select Redis from the connection type dropdown, fill in your connection details, and click Connect.
To connect to a Redis instance, you'll need the following information:
127.0.0.1)6379)Redis 6 introduced Access Control Lists (ACLs), which allow you to create multiple users with different permissions. If your Redis server uses ACLs, enter your username along with your password when connecting.
For older Redis versions that only use password authentication, leave the username field blank and provide just your password.
If your Redis server has the ReJSON module installed, Beekeeper Studio can display and edit JSON values stored with JSON.SET. JSON data will be rendered with syntax highlighting in the value viewer.