About 73,500 results
Open links in new tab
  1. GitHub - redis/node-redis: Redis Node.js client

    Redis Node.js client. Contribute to redis/node-redis development by creating an account on GitHub.

  2. GitHub - redis/ioredis: A robust, performance-focused, and full ...

    Redis Cluster provides a way to run a Redis installation where data is automatically sharded across multiple Redis nodes. You can connect to a Redis Cluster like this:

  3. Releases · redis/node-redis - GitHub

    Nov 19, 2025 · Redis Node.js client. Contribute to redis/node-redis development by creating an account on GitHub.

  4. Redis OM for Node.js - GitHub

    Redis OM (pronounced REDiss OHM) makes it easy to add Redis to your Node.js application by mapping the Redis data structures you know and love to simple JavaScript objects.

  5. node-redis/docs/v5.md at master - GitHub

    Redis Node.js client. Contribute to redis/node-redis development by creating an account on GitHub.

  6. ioredis vs node-redis · Issue #2658 · redis/node-redis - GitHub

    Nov 22, 2023 · We recommend node-redis, as it's on track for being the most full fledged client for nodejs, including support for new Redis capabilities like JSON, Search, and others.

  7. GitHub - simplegeo/nodejs-redis: redis client for node

    node_redis is actively maintained, works in the latest versions of node, is published in npm, is used by many people, including many sites in production. This library has been worked on by …

  8. GitHub - mike-marcacci/node-redlock: A node.js redlock …

    This is a node.js implementation of the redlock algorithm for distributed redis locks. It provides strong guarantees in both single-redis and multi-redis environments, and provides fault …

  9. A simple, fast, robust job/task queue for Node.js, backed by Redis.

    Normally, creating and saving jobs blocks the underlying redis client for the full duration of an RTT to the Redis server. This can reduce throughput in cases where many operations should occur …

  10. WRONGPASS invalid username-password pair · Issue #1591 · …

    Apr 1, 2021 · Our Node applications started crashing on startup when we updated (without realizing) to 3.1.0. Thankfully this only happened on our stage servers so no harm was done!