return fb.getObject();
}
@Test
public void testNone() throws Exception {
RedisStore store = createCollection("nosrt", CollectionType.PROPERTIES);
assertThat(store, instanceOf(RedisProperties.class));
store = createCollection("nosrt", CollectionType.MAP);
assertThat(store, instanceOf(DefaultRedisMap.class));