Class RedisCollectionFactoryBean

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

public class RedisCollectionFactoryBean extends Object implements InitializingBean, BeanNameAware, FactoryBean<RedisStore>
Factory bean that facilitates creation of Redis-based collections. Supports list, set, zset (or sortedSet), map (or hash) and properties. Will use the key type if it exists or to create a dedicated collection (Properties vs Map). Otherwise uses the provided type (default is list).
Author:
Costin Leau