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-cloud-starter-idempotent Show documentation
Show all versions of taotao-cloud-starter-idempotent Show documentation
taotao-cloud-starter-idempotent
local uniqueKeyAndVersion = KEYS[1]
local uniqueKeyAndData = KEYS[2]
local result = redis.call('del',uniqueKeyAndVersion, uniqueKeyAndData)
return 1