This website requires JavaScript.
Explore
Help
Register
Sign In
zlei6
/
go-zero
Watch
1
Star
0
Fork
0
You've already forked go-zero
mirror of
https://github.com/zeromicro/go-zero.git
synced
2026-05-07 15:10:01 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e9dc96af179a427f8b7ed8363bebd2961f8e51fc
go-zero
/
core
/
stores
/
redis
/
delscript.lua
5 lines
105 B
Lua
Raw
Normal View
History
Unescape
Escape
feat: migrate lua script to lua file (#4069)
2024-04-17 23:20:10 +08:00
if
redis.call
(
"
GET
"
,
KEYS
[
1
]
)
==
ARGV
[
1
]
then
return
redis.call
(
"
DEL
"
,
KEYS
[
1
]
)
else
return
0
chore: coding style (#4082)
2024-04-17 23:37:35 +08:00
end
Reference in New Issue
Copy Permalink