Skip to content

Commit

Permalink
Deprecation notice (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Sep 20, 2022
1 parent dcd828b commit 8f33d96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@

A Java Client Library for [RedisBloom](https://redisbloom.io)

## Overview
## Deprecation notice

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)

## Overview

This project contains a Java library abstracting the API of the RedisBloom Redis module, that implements a high
performance bloom filter with an easy-to-use API
Expand Down

0 comments on commit 8f33d96

Please sign in to comment.