redis.call() */
| 848 | |
| 849 | /* redis.call() */ |
| 850 | int luaRedisCallCommand(lua_State *lua) { |
| 851 | return luaRedisGenericCommand(lua,1); |
| 852 | } |
| 853 | |
| 854 | /* redis.pcall() */ |
| 855 | int luaRedisPCallCommand(lua_State *lua) { |
nothing calls this directly
no test coverage detected