redis.pcall() */
| 853 | |
| 854 | /* redis.pcall() */ |
| 855 | int luaRedisPCallCommand(lua_State *lua) { |
| 856 | return luaRedisGenericCommand(lua,0); |
| 857 | } |
| 858 | |
| 859 | /* This adds redis.sha1hex(string) to Lua scripts using the same hashing |
| 860 | * function used for sha1ing lua scripts. */ |
nothing calls this directly
no test coverage detected