File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 33The Python interface to the Redis key-value store.
44
55[ ![ CI] ( https://github.com/redis/redis-py/workflows/CI/badge.svg?branch=master )] ( https://github.com/redis/redis-py/actions?query=workflow%3ACI+branch%3Amaster )
6- [ ![ docs] ( https://readthedocs.org/projects/redis-py /badge/?version=stable&style=flat )] ( https://redis-py.readthedocs.io/en/stable/ )
6+ [ ![ docs] ( https://readthedocs.org/projects/redis/badge/?version=stable&style=flat )] ( https://redis-py.readthedocs.io/en/stable/ )
77[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE )
88[ ![ pypi] ( https://badge.fury.io/py/redis.svg )] ( https://pypi.org/project/redis/ )
99[ ![ codecov] ( https://codecov.io/gh/redis/redis-py/branch/master/graph/badge.svg?token=yenl5fzxxr )] ( https://codecov.io/gh/redis/redis-py )
@@ -41,6 +41,8 @@ or from source:
4141$ python setup.py install
4242```
4343
44+ View the current documentation [ here] ( https://readthedocs.org/projects/redis/ ) .
45+
4446## Contributing
4547
4648Want to contribute a feature, bug fix, or report an issue? Check out
You can’t perform that action at this time.
0 commit comments