mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-11-16 03:09:47 +00:00
8 lines
150 B
Lua
8 lines
150 B
Lua
redis.replicate_commands()
|
|
|
|
local get_time = function ()
|
|
local time = redis.call('time')
|
|
|
|
return tonumber(time[1]..string.sub(time[2], 1, 3))
|
|
end
|