diff --git a/README.md b/README.md index 1acebea30..1277d46e0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,23 @@ Supported Redis: 3.0 ... 7.0 * Thread-safe implementation * Supports [Redis Replicated](https://github.com/redisson/redisson/wiki/2.-Configuration/#25-replicated-mode), [Redis Cluster](https://github.com/redisson/redisson/wiki/2.-Configuration/#24-cluster-mode), [Redis Sentinel](https://github.com/redisson/redisson/wiki/2.-Configuration/#27-sentinel-mode), [Redis Master and Slaves](https://github.com/redisson/redisson/wiki/2.-Configuration/#28-master-slave-mode), [Redis Single](https://github.com/redisson/redisson/wiki/2.-Configuration/#26-single-instance-mode) setup -* Supports [AWS ElastiCache](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.html), [Amazon MemoryDB](https://aws.amazon.com/memorydb), [Azure Redis Cache](https://azure.microsoft.com/en-us/services/cache/), [Google Cloud Memorystore for Redis](https://cloud.google.com/memorystore/docs/redis/), [Redis Enterprise](https://redis.com/redis-enterprise/), [Aiven for Redis](https://aiven.io/redis) +* Supports Amazon Web Services + * [AWS Redis Global Datastore](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html) + * [AWS ElastiCache](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.html) + * [Amazon MemoryDB](https://aws.amazon.com/memorydb) +* Supports Microsoft Azure + * [Azure Redis Cache](https://azure.microsoft.com/en-us/services/cache/) + * [Azure Redis Cache active-passive replication](https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-how-to-geo-replication) + * [Azure Redis Cache active-active replication](https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-how-to-active-geo-replication) +* Supports Google Cloud Memorystore + * [Google Cloud Redis](https://cloud.google.com/memorystore/docs/redis/) + * [Google Cloud Redis High availability](https://cloud.google.com/memorystore/docs/redis/high-availability) +* Supports Redis Enterprise + * [Redis Enterprise](https://redis.com/redis-enterprise/) + * [Redis Enterprise Active-Active databases](https://docs.redis.com/latest/rs/databases/active-active/get-started/) + * [Redis Enterprise Multiple Active Proxy](https://docs.redis.com/latest/rs/databases/configure/proxy-policy/#about-multiple-active-proxy-support) +* Supports Aiven + * [Aiven for Redis](https://aiven.io/redis) * Supports auto-reconnection * Supports failed to send command auto-retry * Supports OSGi