Jamm\Memory\RedisServer::Config_Set PHP Method

Config_Set() public method

public Config_Set ( $parameter, $value )
    public function Config_Set($parameter, $value)
    {
        return $this->_send(array('CONFIG', 'SET', $parameter, $value));
    }