Is there an implementation of database (mysql) query caching written purely in Node.js?
I\'m writing a Node web app and was planning on caching queries with memcache
I have written a node.js module that performs MySQL query caching using memcached.
The module is named Memento and is available at https://www.npmjs.com/package/memento-mysql
Enjoy!