From ccd8e47fe7522c28df7aaec0e6a33a7817329696 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 10 Jun 2022 13:18:50 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffada6348..cd461597b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ JDK compatibility: 1.8 - 18, Android * Redis with Master with Slave only * Redis single (including support of [Azure Redis Cache](https://azure.microsoft.com/en-us/services/cache/) and [Google Cloud Memorystore for Redis](https://cloud.google.com/memorystore/docs/redis/)) * Thread-safe implementation +* [JSON datatype](https://github.com/redisson/redisson/wiki/6.-distributed-objects/#615-json-object-holder) * [Reactive Streams](https://github.com/redisson/redisson/wiki/3.-operations-execution#32-reactive-way) API * [RxJava3](https://github.com/redisson/redisson/wiki/3.-operations-execution#32-reactive-way) API * [Asynchronous](https://github.com/redisson/redisson/wiki/3.-operations-execution#31-async-way) API