Uses of Interface
org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Standalone
Packages that use RedisConnectionDetails.Standalone
Package
Description
Auto-configuration for Spring Data Redis.
-
Uses of RedisConnectionDetails.Standalone in org.springframework.boot.autoconfigure.data.redis
Methods in org.springframework.boot.autoconfigure.data.redis that return RedisConnectionDetails.StandaloneModifier and TypeMethodDescriptionRedisConnectionDetails.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.Creates a new instance with the given host, port, database and SSL bundle.Creates a new instance with the given host, port and SSL bundle.