Caching database queries with Node.js

前端 未结 3 853
-上瘾入骨i
-上瘾入骨i 2021-01-04 11:52

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

3条回答
  •  半阙折子戏
    2021-01-04 12:21

    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!

提交回复
热议问题