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 3
3
The Python interface to the Redis key-value store.
4
4
5
5
[ ![ 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/ )
7
7
[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE )
8
8
[ ![ pypi] ( https://badge.fury.io/py/redis.svg )] ( https://pypi.org/project/redis/ )
9
9
[ ![ 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:
41
41
$ python setup.py install
42
42
```
43
43
44
+ View the current documentation [ here] ( https://readthedocs.org/projects/redis/ ) .
45
+
44
46
## Contributing
45
47
46
48
Want to contribute a feature, bug fix, or report an issue? Check out
You can’t perform that action at this time.
0 commit comments