zeek/testing/btest/scripts/base/protocols/redis/stream.zeek
Evan Typanski 757cbbf902 spicy-redis: Separate client/server
This makes the parser more official and splits the client/server out
from each other. Apparently they're different enough to be separate.
2025-05-27 09:28:12 -04:00

7 lines
275 B
Text

# @TEST-DOC: Test Zeek parsing pubsub commands
#
# @TEST-EXEC: zeek -Cr $TRACES/redis/stream.trace base/protocols/redis %INPUT >output
# @TEST-EXEC: btest-diff resp.log
# Streams like with XRANGE return arrays of bulk strings. We shouldn't count the
# response as commands.