redis key-value what the limitation of key? -


set "as";b 1 error  key:  "as";b value:   1 

what naming rule of key?

redis uses sds implement string. book says sds can contain construction of string

a redis key name can any string long under 512mb. other that, there no rules.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -