DATAGEODE-340 - Add enumerated value for GemFire/Geode 'redis-enabled' property introduced in Apache Geode 1.14.

Resolves gh-389.
This commit is contained in:
John Blum
2020-07-07 17:23:28 -07:00
committed by John Blum
parent 4bf4cdbc50
commit 93baa689ea

View File

@@ -99,6 +99,7 @@ public enum GemFireProperties {
NAME(ConfigurationProperties.NAME, String.class),
OFF_HEAP_MEMORY_SIZE(ConfigurationProperties.OFF_HEAP_MEMORY_SIZE, Integer.class),
REDUNDANCY_ZONE(ConfigurationProperties.REDUNDANCY_ZONE, String.class),
REDIS_ENABLED(ConfigurationProperties.REDIS_ENABLED, Boolean.class),
REDIS_BIND_ADDRESS(ConfigurationProperties.REDIS_BIND_ADDRESS, String.class),
REDIS_PASSWORD(ConfigurationProperties.REDIS_PASSWORD, String.class),
REDIS_PORT(ConfigurationProperties.REDIS_PORT, Integer.class, 0),