From 09e9175150622146ff3403aa82a128bfd81dc88c Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Mon, 8 Nov 2021 12:08:32 +0200 Subject: [PATCH 1/2] Adding deprecation notice --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 93424a8..6cea50e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ [![Forum](https://img.shields.io/badge/Forum-RedisJSON-blue)](https://forum.redislabs.com/c/modules/redisjson) [![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk) +## Deprecation notice + +As of [redis-py 4.0.0 beta3](https://pypi.org/project/redis/4.0.0b3) 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). + +-------------------------------- + rejson-py is a package that allows storing, updating and querying objects as JSON documents in a [Redis](https://redis.io) database that is extended with the [ReJSON module](https://github.com/redislabsmodules/rejson). The package extends From f4168daae4e6a94ad14c68711ddf120dcf202bb3 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Mon, 15 Nov 2021 14:05:20 +0200 Subject: [PATCH 2/2] pointing to the release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cea50e..4f9eb9a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Deprecation notice -As of [redis-py 4.0.0 beta3](https://pypi.org/project/redis/4.0.0b3) 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). +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). --------------------------------