feat: 将 redisCache 的扫描策略设置成 scan

This commit is contained in:
jlc@yoc.tech
2023-08-10 11:26:44 +08:00
parent 105f1a2707
commit 72d2dcc68f
4 changed files with 35 additions and 5 deletions

View File

@ -204,6 +204,8 @@ yudao:
order:
app-id: 1 # 商户编号
expire-time: 2h # 支付的过期时间
cache: # spring cache 相关配置
redis-scan-batch-size: 30 # redis scan 一次返回数量
debug: false