Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Followup fix for namespaced Redis cache handling of include_community #1518

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

Oaphi
Copy link
Member

@Oaphi Oaphi commented Jan 15, 2025

This PR fixes an additional issue with construct_ns_key default for include_community that got exposed after removing the overzealous (due to delete returning either nil or false and Ruby's OR operator triggering on both) default of || true.

Not married to the method name at all, just felt natural to match the symbol.

@Oaphi Oaphi self-assigned this Jan 15, 2025
@Oaphi Oaphi requested a review from ArtOfCode- January 15, 2025 14:54
@Oaphi Oaphi added priority: high area: backend Changes to server-side code labels Jan 15, 2025
@Oaphi Oaphi marked this pull request as draft January 15, 2025 14:56
@Oaphi Oaphi force-pushed the 0valt/cache-fixes branch 3 times, most recently from 2084709 to 86b8639 Compare January 15, 2025 16:24
@Oaphi Oaphi marked this pull request as ready for review January 15, 2025 16:27
@ArtOfCode- ArtOfCode- merged commit bb38485 into develop Jan 16, 2025
8 checks passed
@ArtOfCode- ArtOfCode- deleted the 0valt/cache-fixes branch January 16, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Changes to server-side code priority: high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants