Features
Redis Cache Java provides advanced caching capabilities beyond basic key-value storage.
Core Features
-
Async Mode - Non-blocking cache operations for high throughput
-
WebFlux Support - Full reactive programming support
-
Indexing and Querying - Search cached data with Redis Search
-
Client-Side Caching - Local caching for improved performance
Data Types
Redis Cache Java supports multiple Redis data types:
-
Hash - Default storage format, efficient for structured data
-
String - Simple string storage with JDK serialization
-
JSON - JSON storage with Jackson serialization
See Redis Data Type Configuration for details.
Monitoring
-
Metrics - Built-in Micrometer metrics for monitoring