Skip to content

Commit 44a306f

Browse files
authored
Merge pull request #196 from IvanVas/patch-1
Fix redis links in README.md
2 parents 12004ca + 67faad3 commit 44a306f

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)