使用MongoDb Extension for Yii 2串連mongodb分布式服務,mongodbyii

來源:互聯網
上載者:User

使用MongoDb Extension for Yii 2串連mongodb分布式服務,mongodbyii

1, 串連一般的mongodb,可以參考MongoDb Extension的文檔,如下

http://www.yiiframework.com/doc-2.0/ext-mongodb-index.html


2, 串連mongodb分布式服務,只需要修改設定檔如下


return [    //....    'components' => [        'mongodb' => [            'class' => '\yii\mongodb\Connection',            'dsn' => 'mongodb://username:password@mongos1_domain:27017,mongos2_domain:27017,mongos3_domain:27017/mydatabase',        ],    ],];

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.