Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to provide a caching layer for mysql database on my node.js server app.

The caching should be able to hold array objects (not just a key-value store).

What module should I use for it ?

Currently i'm using those modules:

express

socket.io

mysql

share|improve this question
add comment

1 Answer

up vote 0 down vote accepted

I found this module : https://github.com/guggero/node-mysql-cache

The problem is that I do not not how stable it is..

share|improve this answer
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.