Redis Packages

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.

1.0.5 • Published 1 year ago

runsa-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

1.0.3 • Published 6 years ago

redis-dumpz

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

0.1.12 • Published 3 years ago