From b9959ed5239fd7ec44cc12c6c069a847374ab402 Mon Sep 17 00:00:00 2001 From: Kelvin Clement Mwinuka Date: Wed, 28 Feb 2024 21:02:16 +0800 Subject: [PATCH] Added redis clients statement in clients section in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4c55a538..336a0da2 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ flags # Clients +EchoVault uses RESP, which makes it compatible with existing +Redis clients. + - [CLI Client](https://github.com/EchoVault/EchoVault-CLI) - Go (Coming Soon) - JavaScript/TypeScript (Coming Soon)