From 6db2ae02c740b2f9b47f142c67a6d510fa5d188a Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 29 Jun 2023 07:48:40 +0300 Subject: [PATCH] Update README.md --- redisson-spring-boot-starter/README.md | 29 +++++++++++++------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index f4ef54b04..ec34692f5 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -62,21 +62,20 @@ Using common Spring Boot up to 2.9.x settings: ```yaml spring: - data: - redis: - database: - host: - port: - password: - ssl: - timeout: - connectTimeout: - clientName: - cluster: - nodes: - sentinel: - master: - nodes: + redis: + database: + host: + port: + password: + ssl: + timeout: + connectTimeout: + clientName: + cluster: + nodes: + sentinel: + master: + nodes: ```