Computer Science, asked by Mandy9545, 9 months ago

How many values can be stored with a single key in a key-value database?

Answers

Answered by raghavgupta97
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