The script to load.
const script = ` local value = redis.call('GET', KEYS[1]) return value`;const sha1 = await redis.scriptLoad(script);