Node 新手课(10)nodejs 操作 redis
上节课我们讲了 nodejs 操作 mysql,今天我们来讲解 nodejs 操作 redis 安装 redis 包 在 sir-koa 目录下执行 1 $ npm i ioredis --save redis 配置和操作 config/redis.js 1 2 3 4 5 6 7 8 9 const Config = { host: "127.0.0.1", // Redis host port:……
专注于PHP、Go语言、移动互联网、软件架构