Skip to content

v3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 11:18
· 388 commits to main since this release
  • redis 缓存优化。缓存现在会监控 redis server 的运行状态,如果 redis server 离线,所有请求会自动跳过缓存,直至 redis server 重新上线。向 redis 缓存写数据现在是异步的。不会阻碍向客户端写应答。
  • 修正了 prefer_ipv4/6 大量报错的问题。