From 3b65566fcd5dbd900ed1f18d80a0c581ae87f499 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 6 Mar 2023 16:35:36 +0300 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1acebea30..cb8e41735 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,22 @@ 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) +* 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