summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update redismodules.rst (#1822)yanivhershkovich2021-12-221-3/+3
| | | Updated links to RediSearch, RedisGraph and RedisBloom sites as they were all pointing to RedisJSON instead.
* Adding cluster, bloom, and graph docs (#1779)v4.1.0rc2Chayim2021-12-094-11/+145
|
* Added black and isort (#1734)Anas2021-11-301-17/+10
|
* Link Documents for all module commands (#1711)Chayim2021-11-301-1/+1
|
* Splitting documentation for read the docs (#1743)Chayim2021-11-2512-27/+163
|
* 4.0.0 (#1708)v4.0.0Chayim2021-11-151-2/+3
| | | * 4.0.0
* Re-enabling read-the-docs (#1707)Chayim2021-11-144-198/+26
|
* Fixing the package to include commands (#1649)v4.0.0b3Chayim2021-10-261-70/+82
| | | | | * Fixing the package to include commands. Fixes #1645
* repalce redislabs with redis (#1575)Guy Korland2021-09-202-0/+0
| | | Rename "Redis Labs" to "Redis" in the README docs
* Sponsored (#1418)Guy Korland2020-11-091-0/+0
| | | Add note that redis-py is sponsored by Redis Labs
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove support for end-of-life Python 2.7 Python 2.7 is end of life. It is no longer receiving bug fixes, including for security issues. Python 2.7 went EOL on 2020-01-01. For additional details on support Python versions, see: Supported: https://devguide.python.org/#status-of-python-branches EOL: https://devguide.python.org/devcycle/#end-of-life-branches Removing support for EOL Pythons will reduce testing and maintenance resources while allowing the library to move towards a modern Python 3 style. Python 2.7 users can continue to use the previous version of redis-py. Was able to simplify the code: - Removed redis._compat module - Removed __future__ imports - Removed object from class definition (all classes are new style) - Removed long (Python 3 unified numeric types) - Removed deprecated __nonzero__ method - Use simpler Python 3 super() syntax - Use unified OSError exception - Use yield from syntax Co-authored-by: Andy McCurdy <andy@andymccurdy.com>
* Add `redis.sentinel.Sentinel` module documentation (#1165)Rick van Hattem2020-06-291-0/+3
| | | Added directive to document Sentinel module.
* get docs working againAndy McCurdy2016-09-102-16/+23
|
* Format code per pep8 guidelinesPaul Belanger2013-03-301-22/+26
| | | | | | A simple patch to enable pep8 in tox and format our code properly. Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
* adding docs structure and updating .gitignore fileMahdi Yusuf2013-02-086-0/+607