### Some main.js ``` const RMU = require( "redis-manager-utils" ); ( async ()=> { console.log( "Starting" ); var my_con_1 = new RMU( 1 ); await my_con_1.init(); module.exports.redisConProxy = my_con_1; console.log( await my_con_1.exists( "TESTING_KEY
Redis utilities for redis instrumentations
Redis store for node-cache-manager
A graphql-subscriptions PubSub Engine using redis
A robust, performance-focused and full-featured Redis client for Node.js.
URL utils for humans
A modern, high performance Redis client
Redis store for node-cache-manager
This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.
OpenTelemetry instrumentation for `redis` database client for Redis
This package provides support for the [RedisJSON](https://redis.io/docs/latest/develop/data-types/json/) module, which adds JSON as a native data type to Redis.
IORedis store for node-cache-manager
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
This package provides support for the [RediSearch](https://redis.io/docs/interact/search-and-query/) module, which adds indexing and querying support for data stored in Redis Hashes or as JSON documents with the [RedisJSON](https://redis.io/docs/data-type
This package provides support for the [RedisTimeSeries](https://redis.io/docs/data-types/timeseries/) module, which adds a time series data structure to Redis.
An HTTP/REST based Redis client built on top of Upstash REST API.
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
Javascript Redis protocol (RESP) parser
General utilities for plugins to use
Redis storage adapter for Keyv
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
webpack Validation Utils
Utilities for ESLint plugins.
Dump redis database into redis commands or json with command line or node.js
Rprov is a simple command line utility which helps you provision and manage Redis instances easily.
This gem provides a strategy for revoking JWT tokens in a Rails application using Devise, utilizing Redis for token storage and revocation management.