Port redis/go-redis#3685 to rueidiscompat module.
This is needed to finalize the redis/go-redis#3693 port, since its tests/assertions rely on the IDMP-related fields returned by XINFO STREAM.
Add the following fields to XInfoStream and populate them from XINFO STREAM response:
- IDMPDuration
- IDMPMaxSize
- PIDsTracked
- IIDsTracked
- IIDsAdded
- IIDsDuplicates
Ref:
If this is needed, I can work on it and open a PR.
Port redis/go-redis#3685 to rueidiscompat module.
This is needed to finalize the redis/go-redis#3693 port, since its tests/assertions rely on the IDMP-related fields returned by
XINFO STREAM.Add the following fields to
XInfoStreamand populate them fromXINFO STREAMresponse:Ref:
If this is needed, I can work on it and open a PR.