Skip to content

Release v1.5.3

Compare
Choose a tag to compare
@houkunlin houkunlin released this 01 Jul 09:06
· 12 commits to main since this release

Redis 使用 Pipeline 批量处理数据字典值文本

  • feat: 刷新字典数据时根据字典值文本数量来决定是否调用批量保存方法,在使用 Redis 存储时可以有效的减少网络IO次数并降低耗时
  • feat(store): 增加 DictStore#storeBatch 批量存储数据字典信息方法,Redis 通过使用 Pipeline 方式批量写入字典值文本数据

Full Changelog: v1.5.2...v1.5.3