mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 18:51:20 +00:00
config tcp-keepalive should be numerical field not bool
This commit is contained in:
@ -880,7 +880,7 @@ void luaSetGlobalArray(lua_State *lua, char *var, robj **elev, int elec) {
|
||||
}
|
||||
|
||||
/* Define a lua function with the specified function name and body.
|
||||
* The function name musts be a 2 characters long string, since all the
|
||||
* The function name musts be a 42 characters long string, since all the
|
||||
* functions we defined in the Lua context are in the form:
|
||||
*
|
||||
* f_<hex sha1 sum>
|
||||
|
Reference in New Issue
Block a user