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

View file

@ -24,6 +24,7 @@ RUN apt-get update && apt-get -y install \
jq \
lcov \
libkrb5-dev \
libhiredis-dev \
libmaxminddb-dev \
libpcap-dev \
libssl-dev \
@ -31,6 +32,7 @@ RUN apt-get update && apt-get -y install \
python3 \
python3-dev \
python3-pip \
redis-server \
ruby \
sqlite3 \
swig \