@adonisjs/redis
v9.1.0
Published
AdonisJS addon for Redis
Downloads
47,732
Readme
@adonisjs/redis
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 docker-compose.yml
file.
docker-compose up
npm run test
We also have a docker-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.