Skip to content

Fix more null-value set errors in redis client#144

Merged
jnu merged 2 commits into
mainfrom
bugs
Mar 17, 2026
Merged

Fix more null-value set errors in redis client#144
jnu merged 2 commits into
mainfrom
bugs

Conversation

@jnu

@jnu jnu commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Guard against more errors coming from attempting to set null-values in redis. Null values can be generated in different inference steps instead of an expected string. These can be safely ignored, but if they aren't, they can break other valid values from being set in a transaction. The effect of breaking the transaction can break continuity guarantees in aliases between related document redactions.

@jnu jnu merged commit eac086d into main Mar 17, 2026
2 checks passed
@jnu jnu deleted the bugs branch March 17, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant