redis.call() */
| 862 | |
| 863 | /* redis.call() */ |
| 864 | int luaRedisCallCommand(lua_State *lua) { |
| 865 | return luaRedisGenericCommand(lua,1); |
| 866 | } |
| 867 | |
| 868 | /* redis.pcall() */ |
| 869 | int luaRedisPCallCommand(lua_State *lua) { |
nothing calls this directly
no test coverage detected