Skip to content

Commit 4689770

Browse files
authored
Merge pull request #925 from redis/DOC-4379
RC: Change Connection wizard docs to include updated code examples
2 parents 842b54b + f3c881c commit 4689770

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+
- .NET using [NRedisStack]({{< relref "/develop/clients/dotnet" >}})
5859
- node.js using [node-redis]({{< relref "/develop/clients/nodejs" >}})
59-
- .NET using [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/)
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+
- .NET using [NRedisStack]({{< relref "/develop/clients/dotnet" >}})
118119
- node.js using [node-redis]({{< relref "/develop/clients/nodejs" >}})
119-
- .NET using [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/)
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)