Valkey Repositories Overview
This chapter explains the basic foundations of Spring Data repositories and Valkey specifics. Before continuing to the Valkey specifics, make sure you have a sound understanding of the basic concepts.
The goal of the Spring Data repository abstraction is to significantly reduce the amount of boilerplate code required to implement data access layers for various persistence stores.
Working with Valkey Repositories lets you seamlessly convert and store domain objects in Valkey Hashes, apply custom mapping strategies, and use secondary indexes.