// Redis System Options Cache if (REDIS_ENABLED) { $cached_options = $redis->get('sngine_system_options'); if ($cached_options) { $system = array_merge($system, json_decode($cached_options, true)); } } vhecht_xc4K