From 5b9769e94ea47e6586c2cb3eb6eb9d4032adb10c Mon Sep 17 00:00:00 2001 From: roybarda Date: Thu, 5 Oct 2023 13:58:09 +0300 Subject: [PATCH] Update README.md add redis for rate limit packaging purposes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fba740b..b78bff9 100644 --- a/README.md +++ b/README.md @@ -104,13 +104,14 @@ Before compiling the services, you'll need to ensure the latest development vers * GTest * GMock * cURL +* Redis * Hiredis An example of installing the packages on Alpine: ```bash $ apk update - $ apk add boost-dev openssl-dev pcre2-dev libxml2-dev gtest-dev curl-dev hiredis-dev + $ apk add boost-dev openssl-dev pcre2-dev libxml2-dev gtest-dev curl-dev hiredis-dev redis ``` ## Compiling and packaging the agent code