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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM