Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions content/operate/rc/databases/connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ A Redis client is a software library or tool that enables applications to intera

The connection wizard provides code snippets to connect to your database with the following programming languages:

- node.js using [node-redis]({{< relref "/develop/clients/nodejs" >}})
- .NET using [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/)
- node.js using [node-redis]({{< relref "/develop/clients/nodejs" >}})
- Python using [redis-py]({{< relref "/develop/clients/redis-py" >}})
- Java using [Jedis]({{< relref "/develop/clients/jedis" >}})
- Java using [Jedis]({{< relref "/develop/clients/jedis" >}}) and [Lettuce]({{< relref "/develop/clients/lettuce" >}})
- Go using [go-redis]({{< relref "/develop/clients/go" >}})
- PHP using [Predis]({{< relref "/develop/clients/php" >}})

{{<image filename="images/rc/connection-wizard-clients.png" alt="The connection wizard clients." >}}

Expand Down
6 changes: 4 additions & 2 deletions content/operate/rc/rc-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,12 @@ A Redis client is a software library or tool that enables applications to intera

The connection wizard provides code snippets to connect to your database with the following programming languages:

- node.js using [node-redis]({{< relref "/develop/clients/nodejs" >}})
- .NET using [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/)
- node.js using [node-redis]({{< relref "/develop/clients/nodejs" >}})
- Python using [redis-py]({{< relref "/develop/clients/redis-py" >}})
- Java using [Jedis]({{< relref "/develop/clients/jedis" >}})
- Java using [Jedis]({{< relref "/develop/clients/jedis" >}}) and [Lettuce]({{< relref "/develop/clients/lettuce" >}})
- Go using [go-redis]({{< relref "/develop/clients/go" >}})
- PHP using [Predis]({{< relref "/develop/clients/php" >}})

{{<image filename="images/rc/connection-wizard-clients.png" alt="The connection wizard clients." >}}

Expand Down
Binary file modified static/images/rc/connection-wizard-clients.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading