spicy-redis: Add NEWS entry

This commit is contained in:
Evan Typanski 2025-05-27 10:12:52 -04:00
parent b4429a995a
commit 1b962b0fa7

11
NEWS
View file

@ -42,6 +42,17 @@ New Functionality
const std::string& topic,
zeek::cluster::detail::Event& event);
- Zeek now includes the Redis protocol analyzer from the evantypanski/spicy-redis
project (https://github.com/evantypanski/spicy-redis). This analyzer is enabled
by default. This analyzer logs Redis commands and their associated replies in
``redis.log``.
To disable the analyzer in case of issues, use the following snippet:
redef Analyzer::disabled_analyzers += {
Analyzer::ANALYZER_REDIS,
};
Changed Functionality
---------------------