-
Notifications
You must be signed in to change notification settings - Fork 183
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
Lua environmental differences #183
Comments
Also found my scripts not working, as it requires cjson. I get |
Just wondering if any new release planning to address the first point?
|
I'm afraid I don't get enough time to spend on fakeredis to make it better (mostly I just try to keep it working as new versions of dependencies come out), and I'm not sure quite what would be involved since I don't use Lua myself. Pull requests are welcome. |
No worries, thanks for getting back to me quickly. |
The Lua scripting support (EVAL) does not perfectly emulate the environment available to a real redis script. Some known differences are:
redis.sha1hex
,redis.log
For more details see the redis documentation and implementation.
The text was updated successfully, but these errors were encountered: