Frends.Redis.SetValue / 2.1.0
Summary
Writes a value as a string, list or hash, optionally with an expiry after which Redis drops it on its own.
Typical use — caching, and coordination state between Processes — the expiry is what stops abandoned state accumulating
2.1.02026-08-17
Changed
- Updated target framework from .NET 6 to .NET 8.
2.0.02026-03-03
Added
- Add support for more Redis value types (string, hash, list, set)
- Breaking Rename Input.Value to Input.StringValue to distinguish between values of different types.
- Add option to define if collection-like values will be appended or overwritten.
- Add support for Microsoft Entra ID
1.1.02025-07-31
Changed
- Make the default error message empty by default
1.0.02025-05-13
Changed
- Initial implementation