You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,11 @@
13
13
14
14
A Java Client Library for [RedisBloom](https://redisbloom.io)
15
15
16
-
## Overview
16
+
## Deprecation notice
17
+
18
+
As of [Jedis](https://github.com/redis/jedis) version 4.2.0, this library is deprecated. Its features have been merged into Jedis. Please either install it from [maven](https://mvnrepository.com/artifact/redis.clients/jedis) or [the repo](https://github.com/redis/jedis)
19
+
20
+
## Overview
17
21
18
22
This project contains a Java library abstracting the API of the RedisBloom Redis module, that implements a high
0 commit comments