private $backendName = 'Redis';
    private $backendOptions = array(
        
        // Redis配置
        'servers' => array(
            array(
                'host' => '127.0.0.1',
                'port' => 6379,
                'dbindex' => 1
            )
        )
        
    );AI智能回复搜索中,请稍后...