From 550e0183cf953932fa5c236ad8389febdc899c62 Mon Sep 17 00:00:00 2001 From: physcik Date: Fri, 17 Apr 2026 21:21:57 +0500 Subject: redis connection --- backend/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'backend/Makefile') diff --git a/backend/Makefile b/backend/Makefile index 5d8bdb4..e0f60e8 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -3,3 +3,8 @@ all: test: zig build test + +# It is important that this comand only runs on unix machines +deps: + git clone https://github.com/redis/hiredis + cd hiredis; sudo make install -- cgit v1.3