sysom1/environment/1_sdk/redis_lua/x_hdrop_table.lua

4 lines
81 B
Lua

-- 保存键值
redis.call("DEL", KEYS[1])
redis.call("DEL", KEYS[2])
return "OK"