This website requires JavaScript.
Explore
Help
Sign In
github_mirrors
/
go-zero
Watch
1
Star
0
Fork
0
You've already forked go-zero
mirror of
https://github.com/zeromicro/go-zero.git
synced
2025-01-23 09:00:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
go-zero
/
core
/
bloom
/
setscript.lua
3 lines
81 B
Lua
Raw
Permalink
Normal View
History
Unescape
Escape
feat: migrate lua script to lua file (#4069)
2024-04-17 23:20:10 +08:00
for
_
,
offset
in
ipairs
(
ARGV
)
do
redis.call
(
"
setbit
"
,
KEYS
[
1
]
,
offset
,
1
)
chore: coding style (#4082)
2024-04-17 23:37:35 +08:00
end
Reference in New Issue
Copy Permalink