Skip to content

Commit

Permalink
DOC-3785 implemented feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-stark-redis committed May 16, 2024
1 parent f1d5a2a commit 0759ac7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/develop/connect/clients/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ weight: 45
---

Use the Redis client libraries to connect to Redis servers from
your own code. We currently support and document client libraries
for 4 main languages:
your own code. We support and document client libraries
for four main languages:
[Python]({{< relref "/develop/connect/clients/python" >}}),
[C#/.NET]({{< relref "/develop/connect/clients/dotnet" >}}),
[Node.js]({{< relref "/develop/connect/clients/nodejs" >}}),
Expand All @@ -33,10 +33,10 @@ support and documentation on external sites:
- [Ruby](https://github.com/redis/redis-rb)
- [C](https://github.com/redis/hiredis)

To use the client libraries, you will need a Redis server to connect to.
You will need access to a Redis server to use these libraries.
You can experiment with a local installation of Redis Stack
(see [Install Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack/" >}})) or with a free trial of [Redis Cloud]({{< relref "/operate/rc" >}}).
To interact with a Redis server without writing code, use our
To interact with a Redis server without writing code, use the
[Redis CLI]({{< relref "/develop/connect/cli" >}}) and
[Redis Insight]({{< relref "/develop/connect/insight" >}}) tools.

Expand Down

0 comments on commit 0759ac7

Please sign in to comment.