什么是 npm 模块 spport Redis Sentinel 作为会话存储
what are the npm module spport Redis Sentinel as a for session store
我将在我的 Node js (express) Web 应用程序中使用 redis 哨兵集群作为会话存储。你能列出最好的 npm 模块吗?
https://www.npmjs.com/package/redis 是一个好的开始。
它在 github 上也有 4800 颗星
我找到了redis驱动。看起来效果不错。
对于sentinel 查看redis-sentinel https://www.npmjs.com/package/redis-sentinel, also please read this link to get a good understanding about it http://engineering.docusign.com/articles/redis-sentinel-client-nodejs/
我将在我的 Node js (express) Web 应用程序中使用 redis 哨兵集群作为会话存储。你能列出最好的 npm 模块吗?
https://www.npmjs.com/package/redis 是一个好的开始。 它在 github 上也有 4800 颗星
我找到了redis驱动。看起来效果不错。
对于sentinel 查看redis-sentinel https://www.npmjs.com/package/redis-sentinel, also please read this link to get a good understanding about it http://engineering.docusign.com/articles/redis-sentinel-client-nodejs/