mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Implement Storage::backend_opened and Storage::backend_lost events
This commit is contained in:
parent
a99a13dc4c
commit
cc7b2dc890
10 changed files with 117 additions and 15 deletions
|
@ -0,0 +1,4 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
open_result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=<opaque of BackendHandleVal>]
|
||||
Storage::backend_opened, Storage::REDIS, [redis=[server_host=127.0.0.1, server_port=xxxx/tcp, server_unix_socket=<uninitialized>, key_prefix=testing]]
|
||||
Storage::backend_lost, Storage::REDIS, [redis=[server_host=127.0.0.1, server_port=xxxx/tcp, server_unix_socket=<uninitialized>, key_prefix=testing]], Server closed the connection
|
Loading…
Add table
Add a link
Reference in a new issue