local len=#KEYS for i=1,len do if redis.call('EXISTS',KEYS[i]) == 1 then redis.call('del',KEYS[i]) end end return true