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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -