We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0099ee commit 915cb18Copy full SHA for 915cb18
content/develop/clients/go/queryjson.md
@@ -33,7 +33,7 @@ Connect to the database:
33
34
{{< note >}}The connection options in the example specify
35
[RESP2]({{< relref "/develop/reference/protocol-spec" >}}) in the `Protocol`
36
-field. We recommend that you use RESP2 for query operations in `go-redis`
+field. We recommend that you use RESP2 for Redis query engine operations in `go-redis`
37
because some of the response structures for the default RESP3 are currently
38
incomplete and so you must handle the "raw" responses in your own code.
39
0 commit comments