Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的 node.js 服务器应用程序上为 mysql 数据库提供一个缓存层。
缓存应该能够保存数组对象(不仅仅是键值存储)。
我应该使用什么模块?
目前我正在使用这些模块:
表示
套接字.io
mysql
我找到了这个模块:https ://github.com/guggero/node-mysql-cache
问题是我不知道它有多稳定..