public final class RedisProperties extends Object implements org.hibernate.ogm.datastore.keyvalue.cfg.KeyValueStoreProperties, org.hibernate.ogm.datastore.document.cfg.DocumentStoreProperties
persistence.xml or OgmConfiguration.| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTER
boolean flag, whether to use Redis Cluster.
|
static String |
SSL
boolean flag, whether to use SSL.
|
static String |
TIMEOUT
The timeout used at the connection to the Redis instance.
|
static String |
TTL
Configuration property for setting the expiry of keys.
|
CACHE_MAPPINGpublic static final String TIMEOUT
public static final String SSL
public static final String CLUSTER
public static final String TTL
Defaults to none.
TTL,
Constant Field ValuesCopyright © 2010–2017 Hibernate. All rights reserved.