plugin.js 103 B

1234567
  1. 'use strict';
  2. /** @type Egg.EggPlugin */
  3. exports.redis = {
  4. enable: true,
  5. package: 'egg-redis',
  6. };