Added a missed space in lua errors

This commit is contained in:
Madelyn Olson 2019-12-16 23:38:31 -08:00
parent 1ce271b9b4
commit c5b20f96c2

View File

@ -694,7 +694,7 @@ int luaRedisGenericCommand(lua_State *lua, int raise_error) {
luaPushError(lua, luaPushError(lua,
"Lua script attempted to execute a command while the " "Lua script attempted to execute a command while the "
"cluster is down"); "cluster is down");
} else {} } else {
luaPushError(lua, luaPushError(lua,
"Lua script attempted to access a non local key in a " "Lua script attempted to access a non local key in a "
"cluster node"); "cluster node");