摘要: const Redis = require('ioredis') const redis = { port: 6379, // Redis port host: '**', // Redis host prefix: 'pon:', //存诸前缀 ttl: 60 * 60 * 23, //过期时间 family: 4, ... 阅读全文
posted @ 2019-06-10 19:56 cnchengv 阅读(250) 评论(0) 推荐(0)