Uses of Interface
org.springframework.data.redis.connection.RedisConfiguration.WithDomainSocket
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisConfiguration.WithDomainSocket in org.springframework.data.redis.connection
Modifier and TypeInterfaceDescriptionstatic interface
Configuration interface suitable for single node redis connections using local unix domain socket.Modifier and TypeClassDescriptionclass
Configuration class used for setting upRedisConnection
viaRedisConnectionFactory
connecting to single Redis using a local unix domain socket.