Re-use a single or pool of redis connections across several modules/files in your app.
Plugin to share a common Redis connection across Fastify.
Handles redis connection/reconnection
IO Redis connection for Ts.ED
Singleton Redis connection manager with optimized connection handling
Simplistic node redis connection pool ready can scale with generic-pool support
Redis client utilities with automatic reconnection, lazy initialization, and Redis Streams support. Simplifies Redis connection management with exponential backoff and error handling.
A Redis connection pool implementation based on `ioredis` and `generic-pool`, designed to simplify the management of Redis client connections in Node.js applications.
A package that creates a Redis connection.
Convert a Redis connection URL string to a config object suitable for ioredis and other libraries.
Redis Connection middleware for @lindorm-io/koa applications
Express middleware for a redis connection.
Simplifying Redis connection
Redis (node-redis) connection for Ts.ED
Nodejs module for creating redis connection pool
a redis client connection pool
Redis connection helper for mimik microservices
Redis connection manager
Redis Connection for contexts
A redis connection manager
NodeJS redis connection helper, with caching and rating tools.
Client-side Redis connection management using Upstash HTTP API for React
Redis connection and PUBSUB subscription manager for node. Built for performance, powered by ioredis.
Simple ping-pong heartbeat for redis connection
an SSL connection library for redis
universal redis driver to connect that allows for multiple transports
Connect to Redis via SSL sockets
A Redis connection pool.
Redis connection manager for Rails applications.
Celluloid::IO support for the redis-rb library
A Redis connection pool using Redic.
Three basic CRDTs (set, hashmap and counter) for redis. Also includes a ConnectionPool that allows you to run concurrent redis commands on multiple connections w/o using eventmachine/em-hiredis.
handles multiple redis connections
Redis::Directory assumes a Redis installation running on a default port and database 0 that will contain connection information for various other Redis databases. For example, if you were using a Redis database to store the content of cached pages, and this was running on a cluster of two Redis instances, with multiple applications connecting partitioned by database, then your connection might look like this: require "redis" require "redis/distributed" # The ACME Corp database is #27 cache = Redis::Distributed.new "redis://redis.example:4400/27", "redis://redis.example:4401/27" Redis::Directory uses a centralized Redis database to store the connection information so you don't have to remember "magic numbers" for each client/database mapping, and can easily update port-numbers/hostnames, cluster-members as necessary. The same connection with Redis::Directory would look like this: require "redis_directory" cache = Redis::Directory.new("redis.example").connect("cache", "acme")
stockpile-redis is a connection manager for Redis to be used with {Stockpile}[https://github.com/halostatue/stockpile].
Embulk plugin for Redis (with URL connection string support)
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.