设置适配器的值,默认的指向一个Adapter的实例。如果没有提供参数则返回当前的值。
const io = require('socket.io')(3000); const redis = require('socket.io-redis'); io.adapter(redis({ host: 'localhost', port: 6379 }));