Skip to content

Commit c6589ef

Browse files
committed
Add new code examples
1 parent fe3950f commit c6589ef

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

content/operate/rc/databases/connect.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ A Redis client is a software library or tool that enables applications to intera
5555

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

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

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

content/operate/rc/rc-quickstart.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,12 @@ A Redis client is a software library or tool that enables applications to intera
115115

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

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

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

-6.88 KB
Loading

0 commit comments

Comments
 (0)