Uses of Interface
org.springframework.boot.data.redis.autoconfigure.DataRedisConnectionDetails.Standalone
Packages that use DataRedisConnectionDetails.Standalone
Package
Description
Auto-configuration for Spring Data Redis.
-
Uses of DataRedisConnectionDetails.Standalone in org.springframework.boot.data.redis.autoconfigure
Methods in org.springframework.boot.data.redis.autoconfigure that return DataRedisConnectionDetails.StandaloneModifier and TypeMethodDescriptiondefault @Nullable DataRedisConnectionDetails.StandaloneDataRedisConnectionDetails.getStandalone()Redis standalone configuration.Creates a new instance with the given host and port.Creates a new instance with the given host, port and database.