从node.js访问memcached的简单方法
问题描述:
我想知道是否有一个很好的驱动程序或本机实现将node.js直接连接到memcached.
I want to know if there is a good driver or native implementation to connect node.js directly to memcached.
答
在以下位置使用搜索: https://npmjs.org /
Use the search on: https://npmjs.org/
如果没有npm,请安装它.
If you don't have npm, install it.
在cli上:
npm搜索内存缓存
npm search memcache
启动5个模块.
这似乎是最受欢迎的: https://github.com/3rd-Eden /node-memcached
This seems to be the most popular: https://github.com/3rd-Eden/node-memcached