Mentioning that timeoutms is available in memcache only.

parent 7840ace6
...@@ -47,7 +47,8 @@ class MemCacheServer extends \yii\base\Object ...@@ -47,7 +47,8 @@ class MemCacheServer extends \yii\base\Object
*/ */
public $status = true; public $status = true;
/** /**
* @var integer value in milliseconds which will be used for connecting to the server. Takes precedence over timeout * @var integer value in milliseconds which will be used for connecting to the server.
* Takes precedence over timeout. This is used by memcache only.
*/ */
public $timemoutms = 2000; public $timemoutms = 2000;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment