An open API service indexing awesome lists of open source software.

https://github.com/colinbut/redis-with-spring

Integrating Redis with Spring
https://github.com/colinbut/redis-with-spring

java java-8 redis spring spring-data spring-data-redis

Last synced: about 2 months ago
JSON representation

Integrating Redis with Spring

Awesome Lists containing this project

README

          

# Redis with Spring

Integrating Redis with a Spring application.

This example project uses Sping-Data-Redis project as an abstraction layer over on top of the
Redis's client library (Jedis).

### Pre-Requisites

Assume a Redis Server is configured at localhost. This example project would work out of the box.