Node Redis
The home of the Redis in Node.js family of packages.
Pinned Loading
Repositories
Showing 6 of 6 repositories
- redis-commands Public
A module that exports all available Redis commands and their supported Redis versions.
-
- node-redis-parser Public
A high performance Redis protocol (RESP) parser for JavaScript. Used by Node Redis & ioredis.
- cluster-key-slot Public Forked from invertase/cluster-key-slot
Generates CRC hashes for strings - for use by Node Redis clients to determine key slots.
- denque Public Forked from invertase/denque
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries.