Contact Us 1-800-596-4880

Redis Connector 5.7

Anypoint Connector for Remote Dictionary Server (Redis Connector) is an open source, in-memory data structure store used to cache user profiles, create leader boards, track real-time activities on a website, and filter spam. You can use Redis Connector as a message queue, custom object store, and more.

Before You Begin

To use this connector, you must be familiar with:

  • The Redis API

  • Anypoint Connectors

  • Mule runtime engine (Mule)

  • Elements in a Mule flow

  • Global elements

  • How to create a Mule app using Anypoint Studio

Before creating an app, you must have access to the Redis target resource.

Connection Types

Starting with Redis Connector 5.7, in addition to password-based authentication, the connector supports ACL-based authentication for Redis 6 and later. Set the Username field in the connection configuration to authenticate using the AUTH <username> <password> form. When the Username field is empty, the connector falls back to the legacy AUTH <password> path, which remains fully backward compatible.

Redis Connector uses the following connection types:

  • Clustered

  • NonClustered

  • Sentinel

Next Step

After you complete the prerequisites and experiment with examples, you are ready to create an app and configure the connector using Anypoint Studio.