diff --git a/clients/java/spring-data-valkey.json b/clients/java/spring-data-valkey.json new file mode 100644 index 000000000..c612032ab --- /dev/null +++ b/clients/java/spring-data-valkey.json @@ -0,0 +1,29 @@ +{ + "name": "Spring Data Valkey", + "description": "Spring Data Valkey provides Spring integration for Valkey with high-level abstractions including ValkeyTemplate, automatic repository implementations, Spring Cache integration, and Spring Boot auto-configuration. Supports Valkey GLIDE, Lettuce, and Jedis drivers.", + "repo": "https://github.com/valkey-io/spring-data-valkey", + "website": "https://spring.valkey.io", + "installation": [ + { + "type": "Maven", + "command": "\n io.valkey.springframework.boot\n spring-boot-starter-data-valkey\n LATEST\n" + }, + { + "type": "Gradle", + "command": "implementation 'io.valkey.springframework.boot:spring-boot-starter-data-valkey:+'" + } + ], + "version": "v1.0.0", + "version_released": "2026-03-16", + "language": "java", + "license": "Apache-2.0", + "read_from_replica": true, + "smart_backoff_to_prevent_connection_storm": true, + "pubsub_state_restoration": true, + "cluster_scan": true, + "latency_based_read_from_replica": false, + "AZ_based_read_from_replica": true, + "client_side_caching": false, + "client_capa_redirect": false, + "persistent_connection_pool": true +}