Class RedisCollectionFactoryBean

java.lang.Object
org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
All Implemented Interfaces:
Aware, BeanNameAware, FactoryBean<RedisStore>, InitializingBean, SmartFactoryBean<RedisStore>

public class RedisCollectionFactoryBean extends Object implements SmartFactoryBean<RedisStore>, BeanNameAware, InitializingBean
Factory bean that facilitates creation of Redis-based collections. Supports list, set, zset (or sortedSet), map (or hash) and properties. Uses the key and RedisCollectionFactoryBean.CollectionType to determine what collection type to use. The factory verifies the key type if a RedisCollectionFactoryBean.CollectionType is specified. Defaults to RedisCollectionFactoryBean.CollectionType.LIST.
Author:
Costin Leau, Christoph Strobl, Mark Paluch
See Also: