StackExchange / StackExchange.Redis

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

Hash Field Expiration commands response change for missing fields (Redis 7.4 RC2) #2744

Open atakavci opened 3 months ago

atakavci commented 3 months ago

with Redis 7.4 RC2 , Hash field expiration commands response contains "no such field" value for each field provided in command input, instead of returning an empty array.

more details here

atakavci commented 3 months ago

this change is addressed in PR