diff --git a/README.rst b/README.rst index 7297176f..cfffd560 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,7 @@ coredis |docs| |codecov| |pypi-ver| |circleci-status| |python-ver| -coredis is a fork of `aredis `_, -an async redis client ported from `redis-py `_ +coredis is an async redis client with support for redis server, cluster & sentinel. Installation @@ -104,5 +103,6 @@ Links * `Documentation (Stable) `_ * `Documentation (Latest) `_ * `Changelog `_ +* `aredis `_ .. _Command compatibility: https://coredis.readthedocs.org/en/stable/compatibility diff --git a/docs/source/index.rst b/docs/source/index.rst index 18a3893f..cd91c40e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -23,8 +23,7 @@ coredis :alt: Code coverage :class: header-badge -coredis is a fork of `aredis `_, -an async redis client ported from `redis-py `_ +coredis is an async redis client with support for redis server, cluster & sentinel. Installation ------------