redis->get($flagName->value); if (null === $flagValue) { return $fallbackValue; } return (bool) $flagValue; } }