Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.16 KB

File metadata and controls

37 lines (26 loc) · 1.16 KB

Spring Boot with Spring Data Redis and Jedis

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.

Prerequisites

Before you begin, ensure you have the following in place:

  • Java 8 or later installed
  • Maven build tool
  • Redis server installed and running locally

Usage

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.

Dependencies

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).

Contributing

If you'd like to contribute to this project, please fork the repository and create a pull request.

License

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.

Swagger URL