File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/develop/clients/dotnet 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.
2424
2525## Initialize
2626
27- Make sure that you have [ Redis Community Edition ] ({{< relref "/operate/rc " >}})
27+ Make sure that you have [ Redis Open Source ] ({{< relref "/operate/oss_and_stack " >}})
2828or another Redis server available. Also install the
2929[ ` NRedisStack ` ] ({{< relref "/develop/clients/dotnet" >}}) client library if you
3030haven't already done so.
@@ -113,7 +113,7 @@ into a single object.
113113
114114The query commands work the same here for hash as they do for JSON (but
115115the name of the hash index is different). The format of the result is
116- also almost the same except that the fields are returned directly in the
116+ almost the same except that the fields are returned directly in the
117117` Document ` object of the result (for JSON, the fields are all enclosed
118118in a string under the key ` json ` ):
119119
You can’t perform that action at this time.
0 commit comments