local mgr_hp = tonumber(redis.call('hget', KEYS[1],'hp')) local tag_hp = tonumber(redis.call('hget', KEYS[2],'hp')) mgr_hp = not mgr_hp and 0 or mgr_hp tag_hp = not tag_hp and 0 or tag_hp local hp = tonumber(ARGV[1]) if hp > 0 and mgr_hp