Skip to content

Maximum redis key size #11815

Answered by itamarhaber
migbash asked this question in Q&A
Feb 17, 2023 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

As @ranshid said, a single string value is "limited" to 512MB by default, but can be changed.
As a result, a String key name and value obey that limit.
A Hash has a key name, fields, and their values. Each is a string. The Hash can contain up to 2^32-1 field-value pairs.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@migbash
Comment options

@itamarhaber
Comment options

Answer selected by migbash
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants