Write Redis Queue to JSONL File
- 05 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Write Redis Queue to JSONL File
- Updated on 05 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 9.6.0 |
Last Modified in Version | 9.8.0 |
Location | Integration > Redis Queue |
Prerequisites
This step requires the Redis Queue module to be installed before it will be available in the toolbox. A dependency to the Project where the step will be used is also required.
Properties
Settings
Property | Description | Data Type |
---|---|---|
Queue Name | A drop down list of each configured Redis Queue. The chosen queue will be cleared by this step. | -- |
Get Queue From Flow | Selecting this moves the Queue Name to the Inputs section. | Boolean |
Batch Size | Allows for configuration of the batch size of lines that will get processed. | -- |
Inputs
Queue Name only appears if the setting "Get Queue From Flow" is enabled.
Property | Description | Data Type |
---|---|---|
File Name | String | |
Queue Name | Allows the queue to be cleared to be chosen from Flow Data, by a constant, or other normal input types. | String |
Outputs
Further steps will need to be used to download or interact with the JSONL file after this step is run.
Property | Description | Data Type |
---|---|---|
File | The actual JSONL file. | FileReference |
Line Written | The number of lines created for the JSONL file. | Int32 |
Step Changes
Description | Version | Date | Developer Task |
---|---|---|---|
Added the Batch Size property. | 9.8 | March 2025 | [DT-043701] |
Was this article helpful?