Skip to content

Spring Boot project to demonstrate how to use Spring Data Redis with Jedis as the cache layer in your application.

License

Notifications You must be signed in to change notification settings

otienogeoffrey812/spring-boot-with-spring-data-redis-and-jedis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spring Boot project to demonstrate how to use Spring Data Redis with Jedis as the cache layer in your application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages