This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Redis

Overview

The Redis connector pulls data from string, hash, list, set, sorted set keys. It works with a certain Redis key configuration as well as key pattern. Jitsu uses scan commands which prevent blocking and doesn't affect Redis performance.

How to connect

Connection Parameters

ParameterDocumentation
host*
string
(required)
Redis host
port*
int
(required; default: 6379)
Redis port
password
password
(not required)
Redis password. Leave it empty if your Redis doesn't have a password.