Skip to content

Fixed correct Redis cache mappingFunction and null restricted key handling#624

Open
GoodforGod wants to merge 1 commit into1.0from
bugfix/cache-redis-mapping-function
Open

Fixed correct Redis cache mappingFunction and null restricted key handling#624
GoodforGod wants to merge 1 commit into1.0from
bugfix/cache-redis-mapping-function

Conversation

@GoodforGod
Copy link
Copy Markdown
Contributor

Fixed correct null-key handling and error processing in Redis cache

  • Return value via mappingFunction for null keys instead of returning null
  • Proper exception handling in asynchronous methods for RedisCache
  • Preserve computed values even if cache write fails for RedisCache

- Return value via `mappingFunction` for null keys instead of returning `null`
- Proper exception handling in asynchronous methods for RedisCache
- Preserve computed values even if cache write fails for RedisCache
@GoodforGod GoodforGod added this to the v1.2.14 milestone Apr 14, 2026
@GoodforGod GoodforGod requested a review from Squiry April 14, 2026 13:44
@GoodforGod GoodforGod added bug Something isn't working module: cache Related to Cache module labels Apr 14, 2026
@GoodforGod GoodforGod changed the base branch from master to 1.0 April 14, 2026 13:44
@GoodforGod GoodforGod changed the title Fixed correct null-key handling and error processing in Redis cache Fixed correct Redis cache mappingFunction and null restricted key handling Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working module: cache Related to Cache module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants