redis.pcall() */
| 867 | |
| 868 | /* redis.pcall() */ |
| 869 | int luaRedisPCallCommand(lua_State *lua) { |
| 870 | return luaRedisGenericCommand(lua,0); |
| 871 | } |
| 872 | |
| 873 | /* This adds redis.sha1hex(string) to Lua scripts using the same hashing |
| 874 | * function used for sha1ing lua scripts. */ |
nothing calls this directly
no test coverage detected