Skip to content

Commit 67faad3

Browse files
authored
Fix redis links in README.md
Signed-off-by: Ivan Vaskevych <ivan.vaskevych@gmail.com>
1 parent 12004ca commit 67faad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For more details, please see the documentation on [advanced topics page](https:/
113113

114114
### Pipelines
115115

116-
The following is a basic example of a [Valkey pipeline](https://redis.io/docs/manual/pipelining/), a method to optimize round-trip calls, by batching Valkey commands, and receiving their results as a list.
116+
The following is a basic example of a [Valkey pipeline](https://valkey.io/topics/pipelining/), a method to optimize round-trip calls, by batching Valkey commands, and receiving their results as a list.
117117

118118

119119
``` python
@@ -127,7 +127,7 @@ The following is a basic example of a [Valkey pipeline](https://redis.io/docs/ma
127127

128128
### PubSub
129129

130-
The following example shows how to utilize [Valkey Pub/Sub](https://redis.io/docs/manual/pubsub/) to subscribe to specific channels.
130+
The following example shows how to utilize [Valkey Pub/Sub](https://valkey.io/topics/pubsub/) to subscribe to specific channels.
131131

132132
``` python
133133
>>> r = valkey.Valkey(...)

0 commit comments

Comments
 (0)