!562 优化 redisCache

Merge pull request !562 from wanwan/feature/redis_cache_optimize_20230810
This commit is contained in:
芋道源码
2023-08-11 12:09:10 +00:00
committed by Gitee
5 changed files with 70 additions and 8 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