StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.84k stars 1.5k forks source link

support reading from last message from stream with xread #2725

Closed atakavci closed 3 weeks ago

atakavci commented 1 month ago

Closes/Fixes #2724

no development required , it already works in the same way XREAD with a given id and inherently covers the use of + just added some test cases to verify.