Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adonisjs/redis

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/redis

AdonisJs addon for Redis

  • 3.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11K
decreased by-7.11%
Maintainers
2
Weekly downloads
 
Created
Source

Adonis Redis

Redis provider for AdonisJs with support for multiple redis connections, cluster, pub/sub and much more.

circleci-image npm-image license-image

This is a first party addon to add support for using Redis server with AdonisJs. In a nutshell:

  1. It allows having multiple redis connections by defining them inside config/redis(.js|.ts) file.
  2. Eases the API for pub/sub.
  3. Support for cluster and sentinel.
  4. Ships with health checker that you can access using the HealthCheck service of AdonisJS.

Table of contents

Testing

The tests are executed inside a Docker container, since setting up a redis cluster can be painful. Just make sure to have the Docker client running on your OS.

Run the following commands to build and run tests.

docker-compose build
docker-compose run --rm tests

Maintainers

Harminder virk

Keywords

FAQs

Package last updated on 08 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc