| GNU Affero General Public License or the licensing of CiviCRM, |
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
+--------------------------------------------------------------------+
-*/
+ */
/**
*
* The host name of the redisd server
*
* @var string
- */
+ */
protected $_host = self::DEFAULT_HOST;
/**
/**
* Constructor
*
- * @param array $config an array of configuration params
+ * @param array $config
+ * An array of configuration params.
*
* @return \CRM_Utils_Cache_Redis
*/
public function flush() {
return $this->_cache->flush();
}
+
}