Redis: Add btests for the redis backend

This commit is contained in:
Tim Wojtulewicz 2024-12-18 10:28:31 -07:00
parent 52d94b781a
commit 08bebaa426
10 changed files with 252 additions and 0 deletions

4
testing/scripts/have-redis Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
zeek -N Zeek::Storage_Backend_Redis && which redis-server >/dev/null
exit $?