-- 1 argv[1] local r = redis.call('set', 'name', KEYS[1]) local r2 = redis.call('set', 'money', ARGV[1]) return {r, r2}