Skip to content

Commit 915cb18

Browse files
DOC-4809 explicitly mentioned Redis query engine
1 parent d0099ee commit 915cb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/clients/go/queryjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Connect to the database:
3333

3434
{{< note >}}The connection options in the example specify
3535
[RESP2]({{< relref "/develop/reference/protocol-spec" >}}) in the `Protocol`
36-
field. We recommend that you use RESP2 for query operations in `go-redis`
36+
field. We recommend that you use RESP2 for Redis query engine operations in `go-redis`
3737
because some of the response structures for the default RESP3 are currently
3838
incomplete and so you must handle the "raw" responses in your own code.
3939

0 commit comments

Comments
 (0)