oursms-otp-redis
A Node.js module for OTP (One-Time Password) generation and verification using Redis for storage and OurSMS API for sending SMS messages.
A Node.js module for OTP (One-Time Password) generation and verification using Redis for storage and OurSMS API for sending SMS messages.
Typed package that allows the for the generation, sending and verifying an OTP token
express caching middlware
A cache service using redis.
A really simple message queue based on Redis
- 运行中的 redis,程序终止数据也就没了
Redis RPC library
Node.js rate limiter by key and protection from DDoS and Brute-Force attacks in process Memory, Redis, MongoDb, Memcached, MySQL, PostgreSQL, Cluster or PM
Client for ratelimiter.io
Node.js rate limiter by key and protection from DDoS and Brute-Force attacks in process Memory, Redis, MongoDb, Memcached, MySQL, PostgreSQL, Cluster or PM
A rate limiter middleware for Node.js using Redis
* 复用已有ioredis连接,并允许重新指定keyPrefix ```ecmascript 6 //样例代码 let Redis=require('./index'); let redis2 = new Redis({client:ioRedisClient,keyPrefix:'aaa:'}); redis2.get('bbb').then(v=>console.log(v)); //实际key=aaa:bbb
Use your favourite data store like In-Memory cache, MongoDB, Redis and Elastic without worrying about the internal implementations
A template for creating Node.js applications with specific functionalities
Redis Streams Point of Presence
Redis Pub/Sub for redstreak lib.
redis-drs - A Redis Dump, Restore and Sync Tool
CLI to migrate redis data from one instance to another, delete data by pattern and create new dummy data in seconds
Picked up the redis-dump package that seems abandoned, to at least give it security patches. This package dumps redis database into redis commands or json with command line or node.js
A package to call Upstash Redis from Edge Functions