This is a sample Spring Boot project that demonstrates how to use Spring Data Redis with Jedis as the cache layer in your application. It provides a basic setup for integrating Redis into your Spring Boot application.
Before you begin, ensure you have the following in place:
- Java 8 or later installed
- Maven build tool
- Redis server installed and running locally
You can use this project as a starting point for your own Spring Boot application with Redis caching. Feel free to customize and expand the project to meet your specific requirements.
This project uses the following dependencies:
- Spring Boot
- Spring Data Redis
- Jedis (Redis Java client)
- Spring Web
These dependencies are managed through the build tool (Maven).
If you'd like to contribute to this project, please fork the repository and create a pull request.
This repository is released under the MIT license. In short, this means you are free to use this software in any personal, open-source or commercial projects.