From d66aab2e8348316e1eac5951de7ddd4dd47edb6b Mon Sep 17 00:00:00 2001 From: xingqiao Date: Fri, 26 Aug 2022 11:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=94=E9=99=A4lettuce=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=9C=BA=E6=99=AF=E4=B8=8B=E7=9A=84redis?= =?UTF-8?q?=E8=AF=BB=E5=86=99=E8=B6=85=E6=97=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 2b9a838c..ebba8a20 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,20 @@ org.springframework.boot spring-boot-starter-data-redis + + + redis.clients + jedis + + + io.lettuce + lettuce-core + + + + + org.apache.commons + commons-pool2 org.springframework.boot