Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 367 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 367 Bytes

Core - Redis

Redis wrapper for the core library


npm version

Install

npm install @superhero/core.redis

...or just set the dependency in your package.json file:

{
  "dependencies":
  {
    "@superhero/core.redis": "*"
  }
}