Skip to content

Commit

Permalink
Add new code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb committed Nov 25, 2024
1 parent fe3950f commit c6589ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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.

0 comments on commit c6589ef

Please sign in to comment.