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

posted @ 2021-04-18 22:38  老胡Andy  阅读(1154)  评论(0编辑  收藏  举报