pub type DataSource = RedisDataSource;
Expand description

A datasource service to restore clients; users can change to another database, mysql or postgresql .etc. and add corresponding implements. for example: pub type DataSource = MysqslDataSource;