mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Redis: Add btests for the redis backend
This commit is contained in:
parent
52d94b781a
commit
08bebaa426
10 changed files with 252 additions and 0 deletions
4
testing/scripts/have-redis
Executable file
4
testing/scripts/have-redis
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
zeek -N Zeek::Storage_Backend_Redis && which redis-server >/dev/null
|
||||
exit $?
|
Loading…
Add table
Add a link
Reference in a new issue