🔨 添加缓存数据版本.

This commit is contained in:
lijiahangmax
2025-07-02 23:43:01 +08:00
parent 2e98060573
commit 2175a9fb40
6 changed files with 26 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ spring:
host: ${REDIS_HOST:127.0.0.1}
port: ${REDIS_PORT:6379}
password: ${REDIS_PASSWORD:Data@123456}
database: ${REDIS_DATABASE:10}
data-version: ${REDIS_DATA_VERSION:1}
redisson:
threads: 2
netty-threads: 2