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

help!!!! #74

Open
hzm199822 opened this issue Apr 6, 2021 · 2 comments
Open

help!!!! #74

hzm199822 opened this issue Apr 6, 2021 · 2 comments

Comments

@hzm199822
Copy link

When I use lpush to add UUID string to redis, it will automatically become UUID in redis and key does not exist
图片
图片

@dlannan-fmad
Copy link

In lua that key will faill in a string. The minus ("-") symbol is a reserved character for patterns. For this to work correctly you need to use:
9076afc1%-4559%-4ac2%-8171%-7ecadb240ca2
You should use a string parser if you need to check for this in lua.
http://lua-users.org/wiki/StringLibraryTutorial

@soroshsabz
Copy link

ITNOA

@hzm199822 if your issue is resolved, please close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants