Skip to content

Commit e41bb1b

Browse files
cmilesbkaitlynmichael
authored andcommitted
RC: Make sure "connect to database" and "Default user" pages are up-to-date
1 parent fbc4a01 commit e41bb1b

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

content/operate/rc/databases/connect.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ 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](https://github.com/redis/node-redis/blob/master/README.md)
58+
- node.js using [node-redis]({{< relref "/develop/connect/clients/nodejs" >}})
5959
- .NET using [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/)
60-
- Python using [redis-py](https://github.com/redis/redis-py#redis-py)
61-
- Java using [Jedis](https://github.com/redis/jedis#jedis)
60+
- Python using [redis-py]({{< relref "/develop/connect/clients/python/redis-py" >}})
61+
- Java using [Jedis]({{< relref "/develop/connect/clients/java/jedis" >}})
6262

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

content/operate/rc/rc-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ 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](https://github.com/redis/node-redis/blob/master/README.md)
118+
- node.js using [node-redis]({{< relref "/develop/connect/clients/nodejs" >}})
119119
- .NET using [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/)
120-
- Python using [redis-py](https://github.com/redis/redis-py#redis-py)
121-
- Java using [Jedis](https://github.com/redis/jedis#jedis)
120+
- Python using [redis-py]({{< relref "/develop/connect/clients/python/redis-py" >}})
121+
- Java using [Jedis]({{< relref "/develop/connect/clients/java/jedis" >}})
122122

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

content/operate/rc/security/access-control/data-access-control/default-user.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,9 @@ Use the copy button to copy the password to the clipboard:
2121

2222
{{<image filename="images/rc/button-database-password-copy.png" alt="Use the Copy button to copy the default user password." >}}
2323

24-
You'll need to use this password whenever you connect to your database using a Redis client. For example,
25-
in the Redis CLI, you use the AUTH command to provide this password:
24+
You'll need to use this password whenever you connect to your database using a Redis client. See [Connect to a database]({{< relref "/operate/rc/databases/connect" >}}) for more info.
2625

27-
```sh
28-
AUTH 4kTtH2ddXfN2sFmXE6sowOLukxiaJhN8n
29-
```
30-
31-
See your Redis client's documentation to learn how to provide your password when connecting.
26+
See your [Redis client's documentation]({{< relref "/develop/connect/clients/" >}}) to learn how to provide your password when connecting.
3227

3328
## Change password
3429

-4.54 KB
Loading
-19.4 KB
Loading

0 commit comments

Comments
 (0)