Skip to content

redis v0.27.4

Compare
Choose a tag to compare
@nihohit nihohit released this 09 Oct 18:59
· 39 commits to main since this release

Changes & Bug fixes

  • Add lastid option to xclaim (#1360 @urkle)
  • Add xadd_options and xtrim_options (#1361 @urkle)
  • Sync connection: Handle timed-out responses by ignoring them. (#1290)
  • Expose the sink and stream parts of an async pubsub to the user. (#1366)

CI improvements

  • Add async iterator tests. (#1364)