TypeScript - 读写Redis
1:下载运行Redis Windows
https://github.com/MSOpenTech/redis/releases
运行:
C:\Program Files\Redis\redis-server.exe redis.windows.conf
运行成功后,可以在Services中看到Redis服务在运行
2:GUI客户端
一个免费的Redis GUI客户端
https://www.redinav.com/
运行后:
3:安装node redis
npm install redis --save
参考:
https://www.sitepoint.com/using-redis-node-js/
https://www.npmjs.com/package/redis
https://github.com/NodeRedis/node-redis