We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since all versions of Redis with Lua enable are impacted, can we release a new version of keydb with the fix?
Fix on Redis side: redis/redis#13728
The text was updated successfully, but these errors were encountered:
For those maintaining their local copy of keydb, I can confirm that the single line fix from the link above compiles without errors:
lua_gc(g_pserver->lua, LUA_GCCOLLECT, 0);
Note: it is g_pserver->lua instead of server.lua.
g_pserver->lua
server.lua
Sorry, something went wrong.
No branches or pull requests
Since all versions of Redis with Lua enable are impacted, can we release a new version of keydb with the fix?
Fix on Redis side:
redis/redis#13728
The text was updated successfully, but these errors were encountered: