Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit cee952e

Browse files
authored
Adding deprecation notice (#115)
* Adding deprecation notice * pointing to the release
1 parent 221d0c6 commit cee952e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
[![Forum](https://img.shields.io/badge/Forum-RedisTimeSeries-blue)](https://forum.redislabs.com/c/modules/redistimeseries)
1111
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/KExRgMb)
1212

13+
## Deprecation notice
14+
15+
As of [redis-py 4.0.0](https://pypi.org/project/redis/) 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
redistimeseries-py is a package that gives developers easy access to RedisTimeSeries module. The package extends [redis-py](https://github.com/andymccurdy/redis-py)'s interface with RedisTimeSeries's API.
1420

1521
## Installation

0 commit comments

Comments
 (0)