mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
4 lines
82 B
Lua
4 lines
82 B
Lua
|
|
for _, offset in ipairs(ARGV) do
|
||
|
|
redis.call("setbit", KEYS[1], offset, 1)
|
||
|
|
end
|