public interface RedisEntityContext extends org.hibernate.ogm.datastore.keyvalue.options.navigation.KeyValueStoreEntityContext<RedisEntityContext,RedisPropertyContext>, org.hibernate.ogm.datastore.document.options.navigation.DocumentStoreEntityContext<RedisEntityContext,RedisPropertyContext>
| Modifier and Type | Method and Description |
|---|---|
RedisEntityContext |
ttl(long value,
TimeUnit timeUnit)
Specifies the TTL for keys.
|
RedisEntityContext ttl(long value, TimeUnit timeUnit)
TTLvalue - the TTL durationtimeUnit - the TTL time unitCopyright © 2010–2017 Hibernate. All rights reserved.