Skip to main content
Redis logo

Redis

Overview

Connect Superblocks with Redis to construct internal applications that merge data from Redis with various data sources, or automate tasks such as mass updates or the allocation of new data records.

Setting up Redis

1. Add Integration

Select Redis from the integrations page.

2. Configure settings

Fill out the form with the following settings:

SettingRequiredDescription
NameTRUEName that will be displayed to users when selecting this integration in Superblocks
HostTRUEHostname of the Redis instance to connect to
PortTRUEPort to use when connecting to Redis
Database NumberFALSEDatabase number to connect with
UsernameFALSEUsername to use to connect
PasswordFALSEPassword for the associated username

3. Test and save

Click Test Connection to check that Superblocks can connect to the data source.

info

If using Superblocks Cloud, add these Superblocks IPs to your allowlist (not necessary for On-Premise-Agent)

After connecting successfully, click Create to save the integration.

4. Set profiles

Optionally, configure different profiles for separate development environments.

success

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.