File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/develop/clients/redis-py Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ documents.
24
24
25
25
## Initialize
26
26
27
- Make sure that you have [ Redis Community Edition] ({{< relref "/operate/rc " >}})
27
+ Make sure that you have [ Redis Community Edition] ({{< relref "/operate/oss_and_stack/ " >}})
28
28
or another Redis server available. Also install the
29
29
[ ` redis-py ` ] ({{< relref "/develop/clients/redis-py" >}}) client library if you
30
30
haven't already done so.
@@ -119,7 +119,7 @@ hash or JSON:
119
119
120
120
The query commands work the same here for hash as they do for JSON (but
121
121
the name of the hash index is different). The format of the result is
122
- also almost the same except that the fields are returned directly in the
122
+ almost the same except that the fields are returned directly in the
123
123
result ` Document ` object instead of in an enclosing ` json ` dictionary:
124
124
125
125
{{< clients-example py_home_json query1_hash >}}
You can’t perform that action at this time.
0 commit comments