From d04c3c5d6a306a09d8e846ec0d8abe14a8095b1f Mon Sep 17 00:00:00 2001 From: Umjiseung <127853946+Umjiseung@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:17:07 +0900 Subject: [PATCH] =?UTF-8?q?add=20::=20redis=EC=97=90=20=EC=A0=95=EC=A0=81?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=BA=90=EC=8B=9C=20=EC=A0=80=EC=9E=A5?= =?UTF-8?q?=EC=86=8C=EA=B0=80=20=EB=A7=8C=EB=93=A4=EC=96=B4=EC=A7=80?= =?UTF-8?q?=EA=B2=8C=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8c0f0b91..212d0a73 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -16,6 +16,11 @@ spring: password: ${DB_PASSWORD} driver-class-name: ${DB_DRIVER_CLASS} + cache: + type: redis + cache-names: + - Clients + - AcceptedUser redis: host: ${REDIS_HOST}