File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,12 @@ A Redis client is a software library or tool that enables applications to intera
5555
5656The 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
Original file line number Diff line number Diff line change @@ -115,10 +115,12 @@ A Redis client is a software library or tool that enables applications to intera
115115
116116The 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
You can’t perform that action at this time.
0 commit comments