algernon icon indicating copy to clipboard operation
algernon copied to clipboard

KeyValue support table-value

Open linkerlin opened this issue 2 years ago • 1 comments

lua> kv=KeyValue("kv1")
lua> kv:set("a",{a=100})
true
lua> kv:get("a")

linkerlin avatar Jul 06 '22 04:07 linkerlin

I think this is a good idea! Thanks for the feature request.

xyproto avatar Jul 06 '22 10:07 xyproto