From 8246f1d820b752a647941f24e6242f93160ae641 Mon Sep 17 00:00:00 2001 From: ofekshenawa Date: Sat, 31 Aug 2024 21:41:21 +0300 Subject: [PATCH] Add readme note --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e7df5dfd6..e919f1d2f 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,9 @@ rdb := redis.NewClient(&redis.Options{ }) ``` +#### Unstable RESP3 Structures for RediSearch Commands +When connecting with Redis using RESP3 protocol, it's important to note that some response structures aren't final yet. This is the case for more complex structures in FT.SEARCH, FT.AGGREGATE, FT.Info, FT.SpellCheck and FT.SynDump. We recommend using RESP2 when using these commands, but we plan to stabilize the RESP3-based APIs in the coming versions. You can find more guidance in the upcoming release notes. + ## Contributing Please see [out contributing guidelines](CONTRIBUTING.md) to help us improve this library!