You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/connect/clients/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ Redis does not support directly:
47
47
## Requirements
48
48
49
49
You will need access to a Redis server to use these libraries.
50
-
You can experiment with a local installation of Redis Stack
51
-
(see [Install Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack/" >}})) or with a free trial of [Redis Cloud]({{< relref "/operate/rc" >}}).
50
+
You can experiment with a local installation of Redis Community Edition
51
+
(see [Install Redis Community Edition]({{< relref "/operate/oss_and_stack/install/install-stack/" >}})) or with a free trial of [Redis Cloud]({{< relref "/operate/rc" >}}).
52
52
To interact with a Redis server without writing code, use the
53
53
[Redis CLI]({{< relref "/develop/connect/cli" >}}) and
0 commit comments