From 6301ca6faf51100a06bd75189e7f470e7025392c Mon Sep 17 00:00:00 2001 From: aaron-congo Date: Tue, 27 Feb 2024 13:11:47 -0800 Subject: [PATCH] PR suggestions --- go/DEVELOPER.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/go/DEVELOPER.md b/go/DEVELOPER.md index 280809e650..db9beaf687 100644 --- a/go/DEVELOPER.md +++ b/go/DEVELOPER.md @@ -25,7 +25,11 @@ Software Dependencies - openssl - openssl-dev - rustup +- redis +**Redis installation** + +To install redis-server and redis-cli on your host, follow the [Redis Installation Guide](https://redis.io/docs/install/install-redis/). **Dependencies installation for Ubuntu**