---
title: "Redis Queue"
slug: "redisqueue"
updated: 2025-10-29T15:55:15Z
published: 2025-10-29T15:55:15Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Redis Queue

| ## Module Details |
| --- |
| **Core or GitHub Module** | Core |
| **Steps Exposed** | Yes |
| **Step Location** | Integration > Redis Queue |
| **Settings Location** | **Manage > Jobs & Events > Messaging > Settings** |
| **Prerequisites** | - [Module Installed](https://documentation.decisions.com/docs/installing-modules-decisions) - [Project Dependency](https://documentation.decisions.com/docs/project-dependencies) - Redis Account |

## Overview

Redis Queue works like other [messaging queue modules](https://documentation.decisions.com/v9/docs/about-messaging), but uses Redis.

Note for Third-Party Systems and SubscriptionsCustomers 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](https://documentation.decisions.com/v9/docs/setting-up-messaging-overview) 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 Name | Description |
| --- | --- |
| Clear Redis Queue | Removes everything from a selected Redis queue. |
| Get Redis Queue Length | Returns a count of everything in a selected Redis queue. |
| Load JSONL File to Redis Queue | A JSONL file with messages can be loaded directly into a selected Redis Queue. |
| Write Redis Queue to JSONL File | Takes everything in the selected Redis message queue and writes those messages into a JSONL format file. |

---

## Feature Changes

| Description | Version | Release Date | Developer Task |
| --- | --- | --- | --- |
| Module added to the platform. | [9.6](https://documentation.decisions.com/v99/docs/version-96x-release-notes) | January 2025 | [DT-043286] |
| Write Redis Queue to JSONL File step has a new "Batch" property. | [9.8](https://documentation.decisions.com/v99/docs/version-98x-release-notes) | March 2025 | [DT-043701] |
