lua.delete.lua Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of taotao-boot-starter-idempotent Show documentation
Show all versions of taotao-boot-starter-idempotent Show documentation
taotao-boot-starter-idempotent
The newest version!
local uniqueKeyAndVersion = KEYS[1]
local uniqueKeyAndData = KEYS[2]
local result = redis.call('del',uniqueKeyAndVersion, uniqueKeyAndData)
return 1