-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Labels
Description
Page https://redis.io/docs/latest/develop/clients/redis-py/
The 'More information' section still refers to the old redis-py docs in two places (and one link points to the new docs).
docs/content/develop/clients/redis-py/_index.md
Lines 81 to 85 in 0d555ea
| ## More information | |
| The [`redis-py`](https://redis-py.readthedocs.io/en/stable/index.html) website | |
| has a [command reference](https://redis-py.readthedocs.io/en/stable/commands.html) | |
| and some [tutorials](https://redis.readthedocs.io/en/stable/examples.html) for |
Easy to go to the wrong place and end up with issues like redis/redis-py#3360