Class KeyspaceConfiguration

java.lang.Object
org.springframework.data.redis.core.convert.KeyspaceConfiguration

public class KeyspaceConfiguration extends Object
KeyspaceConfiguration allows programmatic setup of keyspaces and time to live options for certain types. This is suitable for cases where there is no option to use the equivalent RedisHash or TimeToLive annotations.
Since:
1.7
Author:
Christoph Strobl