mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
spicy-redis: Add some script logic for logging
Also "rebrands" from RESP to Redis.
This commit is contained in:
parent
757cbbf902
commit
22bda56af3
36 changed files with 266 additions and 86 deletions
|
@ -0,0 +1,18 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path redis
|
||||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p cmd.command cmd.key cmd.value response.err response.data
|
||||
#types time string addr port addr port string string string bool string
|
||||
XXXXXXXXXX.XXXXXX ClEkJM2Vm5giqnMf4h ::1 63754 ::1 6379 SET key "my value with spaces" F OK
|
||||
XXXXXXXXXX.XXXXXX ClEkJM2Vm5giqnMf4h ::1 63754 ::1 6379 SET key2 'my value with single quotes' F OK
|
||||
XXXXXXXXXX.XXXXXX ClEkJM2Vm5giqnMf4h ::1 63754 ::1 6379 SET key3 'my value with "double" inners' F OK
|
||||
XXXXXXXXXX.XXXXXX ClEkJM2Vm5giqnMf4h ::1 63754 ::1 6379 SET key4 "my value with 'single' inners" F OK
|
||||
XXXXXXXXXX.XXXXXX ClEkJM2Vm5giqnMf4h ::1 63754 ::1 6379 SET key5 "my value with \\"escaped\\" quotes" F OK
|
||||
XXXXXXXXXX.XXXXXX ClEkJM2Vm5giqnMf4h ::1 63754 ::1 6379 SET key6 'my value with \\'escaped\\' quotes' F OK
|
||||
XXXXXXXXXX.XXXXXX ClEkJM2Vm5giqnMf4h ::1 63754 ::1 6379 SET bad1 "unclosed double quotes T ERR Protocol error: unbalanced quotes in request
|
||||
XXXXXXXXXX.XXXXXX ClEkJM2Vm5giqnMf4h ::1 63754 ::1 6379 SET bad2 'unclosed single quotes - -
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
Loading…
Add table
Add a link
Reference in a new issue