English, asked by Gursewak9865, 1 year ago

Redis string cannot hold any value beyond a length

Answers

Answered by PoojaBurra
0

Redis isn't a plain key-value really it is a data structures server supporting variuos kinds of values.  

What it means is while in traditional key value stores you link string keys to string values in Redis where the value isn't limited to a simple string but can hold more complex data structures.

Similar questions