
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.