Redis: Add new backend

This commit is contained in:
Tim Wojtulewicz 2024-09-12 10:37:22 +02:00
parent 6289eb8e15
commit 31e146b16d
10 changed files with 634 additions and 0 deletions

View file

@ -1511,6 +1511,10 @@ message(
"\n - Broker: ON"
"\n - ZeroMQ: ${ENABLE_CLUSTER_BACKEND_ZEROMQ}"
"\n"
"\nStorage backends:"
"\n - SQLite: ON"
"\n - Redis: ${ENABLE_STORAGE_BACKEND_REDIS}"
"\n"
"\nFuzz Targets: ${ZEEK_ENABLE_FUZZERS}"
"\nFuzz Engine: ${ZEEK_FUZZING_ENGINE}"
"\n"