diff options
author | Guy Korland <gkorland@gmail.com> | 2021-10-28 09:36:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 09:36:52 +0300 |
commit | 1f11f8c4ecbc2227c28077b9e9764e543c38d0a5 (patch) | |
tree | d3f09793b3bfc573c44ccf4393f07b62f85c7a01 | |
parent | 992b149732a96ccfe049f84c1b556b8d14f12161 (diff) | |
download | redis-py-1f11f8c4ecbc2227c28077b9e9764e543c38d0a5.tar.gz |
Update badges in README.md (#1654)
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,10 +2,11 @@ The Python interface to the Redis key-value store. -[](https://github.com/redis/redis-py/actions?query=workflow%3ACI+branch%3Amaster) -[](https://redis-py.readthedocs.io/en/stable/) -[](https://pypi.org/project/redis/) +[](https://github.com/redis/redis-py/actions?query=workflow%3ACI+branch%3Amaster) +[](https://redis-py.readthedocs.io/en/stable/) +[](https://pypi.org/project/redis/) [](https://codecov.io/gh/redis/redis-py) +[](https://lgtm.com/projects/g/redis/redis-py/alerts/) ## Python 2 Compatibility Note |