Class RedisEnvironmentRepository

java.lang.Object
org.springframework.cloud.config.server.environment.RedisEnvironmentRepository
All Implemented Interfaces:
EnvironmentRepository, org.springframework.core.Ordered

public class RedisEnvironmentRepository extends Object implements EnvironmentRepository, org.springframework.core.Ordered
Author:
Piotr MiƄkowski, KNV Srinivas
  • Constructor Details

    • RedisEnvironmentRepository

      public RedisEnvironmentRepository(org.springframework.data.redis.core.StringRedisTemplate redis, RedisEnvironmentProperties properties)
  • Method Details