Googling "python redis" returns unofficial docs
See original GitHub issueGoogle “redis python”
Second result is here: https://redis-py.readthedocs.org/en/latest/
Seems totally legit. Then I click “edit on Github” and land on an out-of-date fork: https://github.com/WoLpH/redis-py/blob/master/docs/index.rst
It looks like this source repo has Sphinx docs as well, so it’d be nice if they were the ones mirrored onto ReadTheDocs redis-py… especially since it’s the second google result for a very generic query.
@WoLpH would you be okay transferring the redis-py.readthedocs.org name space to @andymccurdy ?
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Welcome to redis-py's documentation! — redis-py dev ...
Welcome to redis-py's documentation!¶. Getting Started¶. redis-py requires a running Redis server, and Python 3.7+. See the Redis quickstart for Redis ...
Read more >How to Use Redis With Python
It lets you call Redis commands from Python, and get back familiar Python objects in return. In this tutorial, you'll cover: Installing Redis...
Read more >Redis with Python | Redis Documentation Center
To use Redis with Python, you need a Python Redis client. The following sections demonstrate the use of redis-py, a Redis Python Client....
Read more >googleapis/python-redis - GitHub
Cloud Redis API: is a fully managed Redis service for the Google Cloud. Applications running on Google Cloud can achieve extreme performance by...
Read more >Firebase Realtime Database vs. MongoDB vs. Redis ...
Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yeah, no problem. At one point I added it before this repo had any docs. Transferring should be no problem at all 😃
Agreed, the newest data is here. Although it’s in need of better organization. That’s another issue. Closing this one.