Skip to content

Commit

Permalink
#273, #274, #275: add documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-bukhtoyarov committed Jul 13, 2022
1 parent 06189b5 commit d1dab16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -37,7 +37,10 @@ but for cases where it is not possible Bucket4j provides following integrations
In addition to local in-memory buckets, the Bucket4j supports clustered usage scenario on top of following back-ends:
| Back-end | Async supported | Documentation link |
| :--- | :---: | :---: |
| ```Redis``` | Yes | [bucket4j-redis](https://github.com/vladimir-bukhtoyarov/bucket4j/blob/master/bucket4j-redis/src/main/java/io/github/bucket4j/redis/redisson/cas/RedissonBasedProxyManager.java) |
| ```Redis/Redisson``` | Yes | [bucket4j-redis/Redisson](https://github.com/vladimir-bukhtoyarov/bucket4j/blob/master/bucket4j-redis/src/main/java/io/github/bucket4j/redis/redisson/cas/RedissonBasedProxyManager.java) |
| ```Redis/Jedis``` | No | [bucket4j-redis/Jedis](https://github.com/vladimir-bukhtoyarov/bucket4j/blob/master/bucket4j-redis/src/main/java/io/github/bucket4j/redis/jedis/cas/JedisBasedProxyManager.java) |
| ```Redis/Lettuce``` | Yes | [bucket4j-redis/Lettuce](https://github.com/vladimir-bukhtoyarov/bucket4j/blob/master/bucket4j-redis/src/main/java/io/github/bucket4j/redis/lettuce/cas/LettuceBasedProxyManager.java) |
| ```Redis/SpringData``` | No | [bucket4j-redis/SpringData](https://github.com/vladimir-bukhtoyarov/bucket4j/blob/master/bucket4j-redis/src/main/java/io/github/bucket4j/redis/spring/cas/SpringDataRedisBasedProxyManager.java) |
| ```MySQL``` | No | [bucket4j-mysql](https://bucket4j.com/7.6.0/toc.html#mysql-integration) |
| ```PostgreSQL``` | No | [bucket4j-postgresql](https://bucket4j.com/7.6.0/toc.html#postgresql-integration) |
| ```DynamoDb``` | No | [bucket4j-dynamodb](https://github.com/vladimir-bukhtoyarov/bucket4j/blob/master/bucket4j-dynamodb-sdk-v1/src/main/java/io/github/bucket4j/dynamodb/v1/LongDynamoDBProxyManager.java) |
Expand Down

0 comments on commit d1dab16

Please sign in to comment.