How many values can be stored with a single key in a key-value database?
Answers
Answered by
0
Answer:
In Redis for example, the maximum allowed key size is 512 MB. You can use any binary sequence as a key, from a short string of text, to the contents of an image file. Even the empty string is a valid key.
Similar questions