Skip to content

Commit 5cdf478

Browse files
authored
Adding deprecation notice (#159)
1 parent 0ceab77 commit 5cdf478

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
[![Forum](https://img.shields.io/badge/Forum-RediSearch-blue)](https://forum.redislabs.com/c/modules/redisearch/)
1111
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/xTbqgTB)
1212

13+
## Deprecation notice
14+
15+
As of [redis-py 4.0.0](https://pypi.org/project/redis/4.0.0) this library is deprecated. It's features have been merged into redis-py. Please either install it [from pypy](https://pypi.org/project/redis) or [the repo](https://github.com/redis/redis-py).
16+
17+
--------------------------------
18+
1319
This is a Python search engine library that utilizes the [RediSearch Redis Module](http://redisearch.io) API.
1420

1521
It is the "official" client of RediSearch, and should be regarded as its canonical client implementation.

0 commit comments

Comments
 (0)