Your IP : 18.222.107.181


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/cluster/lang/en/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/cluster/lang/en/options.php

<?
$MESS["CLUSTER_OPTIONS_CACHE_TYPE"] = "Keep cache using ";
$MESS["CLUSTER_OPTIONS_CACHE_TYPE_MEMCACHE"] = "Memcache";
$MESS["CLUSTER_OPTIONS_CACHE_TYPE_REDIS"] = "Redis";
$MESS["CLUSTER_OPTIONS_MAX_SLAVE_DELAY"] = "Maximum possible slave database delay (sec)";
$MESS["CLUSTER_OPTIONS_REDIS_FAILOWER_SETTINGS"] = "Failover mode";
$MESS["CLUSTER_OPTIONS_REDIS_SETTINGS"] = "Redis server connection settings";
$MESS["CLUSTER_REDIS_PCONNECT_SETTING"] = "Keep connection alive";
$MESS["REDIS_OPTIONS_FAILOVER_DISTRIBUTE"] = "Distribute read requests among master and slave servers";
$MESS["REDIS_OPTIONS_FAILOVER_DISTRIBUTE_SLAVES"] = "Randomize read requests across slave servers";
$MESS["REDIS_OPTIONS_FAILOWER_ERROR"] = "Read from slave if master fails";
$MESS["REDIS_OPTIONS_FAILOWER_NONE"] = "Send requests to master nodes only";
?>