Skip to content

Add MaxValueSize limit to verifiers - #16

Merged
mdogan merged 1 commit into
masterfrom
improvement/value-size-limit
Aug 11, 2026
Merged

Add MaxValueSize limit to verifiers#16
mdogan merged 1 commit into
masterfrom
improvement/value-size-limit

Conversation

@mdogan

@mdogan mdogan commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Add MaxValueSize to VerifyFileOptions, VerifyReaderOptions, and VerifyValueOptions, defaulting to 100 MB. Unlike MaxEntrySize, which caps the cumulative size of a key, this limit applies to a single value: a string, a module value, a hash field and value pair, a list, set, zset or array element, a stream entry, or a stream pending entry.

Base automatically changed from support-arrays to master August 11, 2026 08:59
Add MaxValueSize to VerifyFileOptions, VerifyReaderOptions, and
VerifyValueOptions, defaulting to 100 MB. Unlike MaxEntrySize, which
caps the cumulative size of a key, this limit applies to a single value:
a string, a module value, a hash field and value pair, a list, set, zset
or array element, a stream entry, or a stream pending entry.
@mdogan
mdogan force-pushed the improvement/value-size-limit branch from 2eeca1b to 7ee5615 Compare August 11, 2026 08:59
@mdogan
mdogan merged commit deaeba4 into master Aug 11, 2026
1 check passed
@mdogan
mdogan deleted the improvement/value-size-limit branch August 11, 2026 09:01
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.

2 participants