38
Views
2
Comments
[dmCache] ExpiresAt bug
Question
dmcache
Web icon
Forge asset by Experts

There's a bug in the component when you set a value for Redis without the ExpiresAt property. It sets the expiry date to a negative value.

Line 128 at RedisConnector.cs should be changed to "else if (ssExpiresAt > new DateTime(1900,1,1))".

UserImage.jpg
Tito Moreira
Staff

This will be fixed soon,

Thanks for the heads up!

UserImage.jpg
Tito Moreira
Staff

A new release was done for OutSystems 11 with the bug fixed.

Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.