欢迎来到 Spring Cache Redis Scored Example
Spring cache implementation using Redis sorted set, to prevent returning stale data in cache querying.
Project Modules
This project has declared the following modules:
Name | Description |
---|---|
Spring Cache Redis Scored Example: Spring Data Redis Cache | Demonstration of stale data returned using RedisCache in Spring Data Redis. This project is copied from https://github.com/spring-guides/gs-caching and revised. |
Spring Cache Redis Scored Example: Spring Cache Redis Scored | Demonstration of how Spring Cache Redis Scored prevents returning stale data. |
Spring Cache Redis Scored Example: Hello World | Demonstration of how to use Spring Cache Redis Scored. |