5.11.0 (2026-05-26)
Bug Fixes
- prevent RangeError from string accumulation in pipeline (#2088) (defc077)
- replace deprecated url.parse() with WHATWG URL API (#2081) (0021a45), closes redis/ioredis#1747
Features
- add array commands, typings and tests (#2114) (baf68d6)
- add increx command (#2115) (37d0695)
- add Redis MSETEX support (#2111) (04a4615)
- add typed GCRA command support and functional tests (#2094) (468a802)
- add vector set command support (#2116) (b7b3def)
- Add xnack command (#2103) (187d29b)
- Add zinter zunion count (#2104) (0d510bb)
- Implement
TracingChannelsupport (#2089) (4760e0a)