Skip to main content

Setting up Redis

1. Add integration

Select Redis from the integrations page.

2. Configure settings

Fill out the form with the following settings:
SettingRequiredDescription
NameName that will be displayed to users when selecting this integration in Superblocks
HostHostname of the Redis instance to connect to
PortPort to use when connecting to Redis
Database NumberDatabase number to connect with
UsernameUsername to use to connect
PasswordPassword for the associated username

3. Test and save

Click Test Connection to check that Superblocks can connect to the data source.
If using Superblocks Cloud, add these Superblocks IPs to your allowlist (not necessary for Hybrid or Cloud-Prem deployments).
After connecting successfully, click Create to save the integration.

4. Set profiles

Optionally, configure different profiles for separate development environments.
Redis connected!
Now you can use Redis in any Application, Workflow, or Scheduled Job.

Creating Redis steps

When using Redis steps, there are 2 options:
  1. Raw queries
  2. Predefined actions

Raw queries

Write Redis queries to interact with your Redis instance directly.

Predefined actions

Select an action from the dropdown to use the form builder to more easily interact with Redis, such as GET, SET, or DEL.