@surelle-ha/eleven-cache
v1.0.4
Published
<h2>Eleven Cache - NestJS Multi-Driver Cache Module</h2>
Readme
Eleven Cache is a powerful multi-driver caching module for NestJS that provides a clean, unified API for managing application cache across different storage backends. It allows developers to switch seamlessly between cache drivers—such as in-memory, Redis, and other supported stores—without changing the way they interact with the cache layer.
By centralizing caching logic, Eleven Cache makes it easy to boost application performance, reduce redundant database queries, and optimize response times. It is designed with extensibility in mind, giving you the ability to plug in custom drivers if your use case goes beyond the built-in options.
Usage
I'm currently working on the documentation. Once it's ready, I'll update this section with detailed usage instructions and examples.
Eleven Series - NestJS Packages
| Package Name | Description | Status | |--------------|-------------|--------| | Eleven Cache | A powerful multi-driver caching module for NestJS. | In Development | | Eleven Prometheus | A NestJS module for integrating Prometheus monitoring. | Planning | | Eleven Ntfy | A NestJS module for integrating Ntfy notifications. | Planning | | Eleven Common | A NestJS module for common utilities and shared functionality. | Planning |
Quick Start for Contributors
To get started, here’s what you need to know:
Code of Conduct
We prioritize creating a respectful and inclusive environment. Please review and adhere to our Code of Conduct to ensure a positive experience for all collaborators.
Reporting Bugs
If you find a bug in the codebase:
- Check Existing Issues: Verify if the issue has already been reported to avoid duplication.
- Create a Detailed Issue: Include a descriptive title, a clear explanation of the problem, steps to reproduce, and the expected outcome.
Feature Requests
To suggest a new feature:
- Search Existing Suggestions: Check if someone else has already proposed something similar.
- Submit a New Issue: Clearly describe the proposed feature, its benefits, and possible implementations.
How to Contribute Code
Setting Up Your Development Environment
- Fork the Repository: Start by forking the project repository on GitHub.
- Clone Your Fork: Clone your forked repository to your local machine.
- Install Dependencies: Navigate to the project directory and run
npm installto install required dependencies.
Making Changes
- Create a New Branch: Use a branch specific to the feature or fix you are working on.
- Commit Changes: Make your changes in the new branch. Commit messages should clearly explain the purpose of the changes.
- Write Tests: Add or update tests to cover the new functionality or fixes. Ensure all tests pass.
Pull Request Process
- Update Your Branch: Rebase your branch on the latest main branch to ensure a smooth integration.
- Submit a Pull Request (PR): Push your branch to GitHub and open a PR against the main branch of the original project repository.
- Review Process: The project maintainer will review your PR. Be open to making revisions based on feedback.
- PR Approval and Merge: Once approved, the maintainers will merge your PR.
Additional Resources
- Documentation: Familiarize yourself with the project documentation to understand how to use and extend the project.
- ~~Community: Join our community forums or chat channels to discuss ideas and ask questions.~~
Acknowledgments
Contributors who help improve the project make a significant impact. We appreciate your dedication and effort in enhancing this project.
Thank you for choosing to contribute to the project. We look forward to your contributions!
