mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
@ -717,7 +717,7 @@ void scriptingInit(void) {
|
|||||||
server.lua_client->flags |= REDIS_LUA_CLIENT;
|
server.lua_client->flags |= REDIS_LUA_CLIENT;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Lua beginners ofter don't use "local", this is likely to introduce
|
/* Lua beginners often don't use "local", this is likely to introduce
|
||||||
* subtle bugs in their code. To prevent problems we protect accesses
|
* subtle bugs in their code. To prevent problems we protect accesses
|
||||||
* to global variables. */
|
* to global variables. */
|
||||||
scriptingEnableGlobalsProtection(lua);
|
scriptingEnableGlobalsProtection(lua);
|
||||||
|
Reference in New Issue
Block a user