Skip to content

redis-0.29.1

Choose a tag to compare

@nihohit nihohit released this 01 Mar 22:59
· 392 commits to main since this release
5feefa1

What's Changed

Changes & Bug fixes

  • Update rustls-native-certs. (#1498)
  • Async cluster connection: Move response timeout out. (#1532)
  • Expose Pipeline.len() function as public (#1539 by @Harry-Lees)
  • Implement danger_accept_invalid_hostnames option. (#1529 by @jorendorff)
  • Timeout on queuing requests. (#1552)

Documentation improvements

CI improvements

  • Run most cluster tests in secure mode when rustls is enabled (#1534 by @jorendorff)
  • Fix flag-frenzy not looking for warnings. (#1553)