mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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.
This commit is contained in:
parent
f0f2969a66
commit
757cbbf902
28 changed files with 809 additions and 702 deletions
|
@ -1 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
SET: HI 3
|
||||
GET: [key=HI]
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
#unset_field -
|
||||
#path resp
|
||||
#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
|
||||
#types time string addr port addr port string string string
|
||||
XXXXXXXXXX.XXXXXX C4J4Th3PJpwUYZZ6gc ::1 56731 ::1 6379 PING - -
|
||||
XXXXXXXXXX.XXXXXX C4J4Th3PJpwUYZZ6gc ::1 56731 ::1 6379 PING - -
|
||||
XXXXXXXXXX.XXXXXX C4J4Th3PJpwUYZZ6gc ::1 56731 ::1 6379 SET HI 3
|
||||
XXXXXXXXXX.XXXXXX C4J4Th3PJpwUYZZ6gc ::1 56731 ::1 6379 GET HI -
|
||||
#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 C4J4Th3PJpwUYZZ6gc ::1 56731 ::1 6379 PING - - F PONG
|
||||
XXXXXXXXXX.XXXXXX C4J4Th3PJpwUYZZ6gc ::1 56731 ::1 6379 PING - - F PONG
|
||||
XXXXXXXXXX.XXXXXX C4J4Th3PJpwUYZZ6gc ::1 56731 ::1 6379 SET HI 3 F OK
|
||||
XXXXXXXXXX.XXXXXX C4J4Th3PJpwUYZZ6gc ::1 56731 ::1 6379 GET HI - F -
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue