Skip to content

adonisjs/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb53cfc · Feb 7, 2025
Feb 1, 2025
Jul 27, 2023
Jul 27, 2023
Oct 18, 2023
Oct 18, 2023
Oct 18, 2023
Feb 7, 2025
Jan 8, 2024
Feb 7, 2025
Jul 28, 2023
Feb 16, 2021
Feb 1, 2025
Jul 15, 2023
Sep 7, 2022
Feb 16, 2021
Feb 27, 2022
Feb 1, 2025
Feb 1, 2025
Mar 25, 2024
Feb 1, 2025
Jun 20, 2024
Feb 7, 2025
Jul 15, 2023

Repository files navigation

@adonisjs/redis


gh-workflow-image npm-image license-image

Introduction

Redis provider for AdonisJS with support for multiple Redis connections, cluster, pub/sub and much more

Official Documentation

The documentation is available on the AdonisJS website

Contributing

One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.

We encourage you to read the contribution guide before contributing to the framework.

Run tests locally

Easiest way to run tests is to launch the redis cluster using docker compose and compose.yml file.

docker compose up
npm run test

We also have a compose.ci.yml file that will dockerize the library and run tests inside the container. This is what we use on Github actions.

Code of Conduct

In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the Code of Conduct.

License

AdonisJS Redis is open-sourced software licensed under the MIT license.