spring-data-valkey

Installation
SKILL.md

Spring Data Valkey Integration

Use when integrating GLIDE with Spring Boot applications via Spring Data Valkey, configuring auto-wired connections, templates, caching, health indicators, and IAM authentication.

Routing

  • ValkeyTemplate, StringValkeyTemplate, auto-configuration, repositories -> Auto-Configuration and Templates
  • @Cacheable, @CacheEvict, @CachePut, Spring Cache, cache TTL -> Auto-Configuration and Templates
  • Actuator, health indicator, health check -> Auto-Configuration and Templates
  • Spring Data Redis, migration, RedisTemplate rename -> Migration and Comparison
  • Driver comparison, Lettuce vs GLIDE, when to use -> Migration and Comparison
  • Hybrid approach, direct GLIDE API -> Migration and Comparison

Overview

Spring Data Valkey is a dedicated Spring Boot integration for Valkey. It provides auto-configuration for connections, templates, repositories, and caching - with GLIDE as a first-class driver alongside Lettuce and Jedis.

The project lives at https://github.com/valkey-io/spring-data-valkey and is maintained by the Valkey community.

Related skills

More from avifenesh/valkey-skills

Installs
1
GitHub Stars
2
First Seen
Apr 4, 2026