Class RedisStandaloneConfiguration

java.lang.Object
org.springframework.data.redis.connection.RedisStandaloneConfiguration
All Implemented Interfaces:
RedisConfiguration, RedisConfiguration.WithAuthentication, RedisConfiguration.WithDatabaseIndex, RedisConfiguration.WithHostAndPort, RedisConfiguration.WithPassword

Configuration class used to set up a RedisConnection with RedisConnectionFactory for connecting to a single node Redis instance.
Since:
2.0
Author:
Mark Paluch, Christoph Strobl, John Blum