UNPKG

@notross/redis-hub

Version:

A minimal connection hub for Redis in Node.js

49 lines 1 kB
{ "name": "@notross/redis-hub", "version": "0.1.0", "main": "./cjs/index.js", "module": "./esm/index.js", "types": "./cjs/index.d.ts", "keywords": [ "redis", "redis-hub", "shared-connection", "singleton", "connection-hub", "pubsub", "publisher", "subscriber", "nodejs", "typescript", "redis-client", "lazy-init", "reusable", "connection-manager", "node", "utility", "redis-singleton", "event-driven", "scalable" ], "description": "A minimal connection hub for Redis in Node.js", "license": "MIT", "author": { "name": "Ross Libby", "email": "dev@rosslibby.com", "url": "https://rosslibby.com", "github": "https://github.com/rosslibby" }, "repository": { "type": "git", "url": "git+https://github.com/rosslibby/redis-hub.git" }, "dependencies": { "redis": "^5.7.0" }, "exports": { ".": { "import": "./esm/index.js", "require": "./cjs/index.js" } } }