VERSION 10 DOCUMENTATION IS IN PROGRESS. PLEASE VIEW V9 ARTICLES WHILE V10 ARTICLES ARE BEING PUBLISHED.

Redis Queue

Prev Next

Module Details

Core or GitHub ModuleCore
Steps ExposedYes
Step Location Integration > Redis Queue
Settings Location Manage > Jobs & Events > Messaging > Settings
Prerequisites

Overview

Redis Queue works like other messaging queue modules, but uses Redis.

Note for Third-Party Systems and Subscriptions
Customers are responsible for securing and maintaining accounts with third-party systems and subscriptions.




Configuration/Properties

The Redis Queue can be configured like any other message queue module. See Setting Up Message Handlers for more. All configuration is handled within a Project that has a module dependency to Redis Queue.


Available Steps

The table below provides a list of all the steps within the module.

Step NameDescription
Clear Redis QueueRemoves everything from a selected Redis queue.
Get Redis Queue LengthReturns a count of everything in a selected Redis queue.
Load JSONL File to Redis QueueA JSONL file with messages can be loaded directly into a selected Redis Queue.
Write Redis Queue to JSONL FileTakes everything in the selected Redis message queue and writes those messages into a JSONL format file.

Feature Changes

DescriptionVersionRelease DateDeveloper Task
Module added to the platform.9.6January 2025[DT-043286]
Write Redis Queue to JSONL File step has a new "Batch" property.9.8March 2025[DT-043701]