mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 10:30:40 +01:00
- [IMHIREDIS] Add support for simple XREADs from Redis Streams (Redis >= 5.0 required) - [IMHIREDIS] Add support for XREADGROUP from Redis Streams, allowing for user to define workers to dequeue logs in a stream - [IMHIREDIS] stream mode can select fields to extract and insert in custom keys - [IMHIREDIS] Add tests for the new 'stream' modes
8 lines
193 B
Bash
Executable File
8 lines
193 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# added 2023-04-20 by Théo Bertin, released under ASL 2.0
|
|
## Uncomment for debugging
|
|
#export RS_REDIR=-d
|
|
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:=.}/imhiredis-stream.sh
|