RedisConnection¶
RedisConnection is a core abstraction within the Spring Data Redis framework, serving as the primary interface for interacting with a Redis instance.^[600-developer__spring__springboot-data-redis.md]
It functions as the central connection API, handling the communication layer between the application and the Redis server.^[600-developer__spring__springboot-data-redis.md]
Factory and Management¶
While RedisConnection handles the actual connection, instances are typically managed and created via a RedisConnectionFactory.^[600-developer__spring__springboot-data-redis.md] This factory pattern allows for the central configuration of connection details.
Related Concepts¶
Sources¶
^[600-developer__spring__springboot-data-redis.md]