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

This commit is contained in:
wanwan
2023-08-10 15:26:48 +08:00
parent 64c8dd6292
commit 134e5ca20f
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