Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyValue support table-value #113

Open
linkerlin opened this issue Jul 6, 2022 · 1 comment
Open

KeyValue support table-value #113

linkerlin opened this issue Jul 6, 2022 · 1 comment
Assignees
Labels
feature request Enhancement or feature request

Comments

@linkerlin
Copy link

lua> kv=KeyValue("kv1")
lua> kv:set("a",{a=100})
true
lua> kv:get("a")
@xyproto
Copy link
Owner

xyproto commented Jul 6, 2022

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

@xyproto xyproto self-assigned this Jul 6, 2022
@xyproto xyproto added the feature request Enhancement or feature request label Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Enhancement or feature request
Projects
None yet
Development

No branches or pull requests

2 participants