@specter/storage-redis
Specter Storage using Redis
Specter Storage using Redis
nestjs redis server
A redis service for dee framework, powered by ioredis
module for caching solutions
Server Redis
celery written in nodejs
TypeScript Celery client for Node
MMS - Redis Port for Javascript/Typescript
Heavily inspired by @envelop/response-cache
Fine-grained cache helper using redis
NestJS package designed for handling auth using redis database
OpenTelemetry ioredis automatic instrumentation package.
A simple way to use something similar to the Map in javascript, but synchronized with the power of Redis.
[](https://github.com/kontsedal/node-burst/actions/workflows/status.yml?query=branch%3Amain++) ;
使用方式: const RedisCacher = require('redis-cacher-fg'); const cache = RedisCacher() const payload = { key: 'cacheKey', executor: cacheFuc.bind(null, 1), expire: 100 };