node-node-redis

Redis client implementation for Node.js
  https://github.com/tim-smart/node-redis
  0
  no reviews



Redis is a networked, in-memory, key-value data store with optional durability. As the durability of data is not needed, the in-memory nature of Redis allows it to perform extremely well compared to database systems that write every change to disk before considering a transaction committed.

This module provides Redis client support for Node.js.