Changes
- feat: Add XDELEX command (#883)
- feat: add XACKDEL command (#880)
- feat: add KEEPREF, DELREF, and ACKED options to XTRIM command (#882)
- feat: Add KEEPREF, DELREF, and ACKED options to XADD command (#881)
- feat: add WITHATTRIBS option to command VSIM (#874)
- feat: add DIFF, DIFF1, ANDOR, and ONE options to BITOP command (#873)
- feat: add HStrLen to rueidiscompat (#886)
- feat: Add TotalNetIn, TotalNetOut, and TotalCmds fields to rueidiscompat.ClientInfo (#875)
- feat: add the Scanner helper with Iter and Iter2 methods for XSCAN (#861)
- feat: allow non-blocking client initialization when ForceSingleClient is set
- perf: replace json.NewDecoder with json.Unmarshal (#864) (#867)
- perf: reduce mux size by consolidating wire, sc, mu into one struct (#869)
- perf: allocate fields for RESP2 PubSub only when necessary (#860)
Contributors
We'd like to thank all the contributors who worked on this release!
@Aakkash-Suresh, @Ryan2327, @arbhalerao, @ash2k, @dalaoqi, @davidlin-tv2, @mingdaoy, @rueian, @sugymt and @yhc9311