| | |
| | | <property name="connectionFactory" ref="jedisConnectionFactory" /> |
| | | <property name="defaultSerializer" ref="stringRedisSerializer" /> |
| | | |
| | | <property name="keySerializer"> |
| | | <bean class="org.springframework.data.redis.serializer.StringRedisSerializer" /> |
| | | </property> |
| | | <property name="valueSerializer"> |
| | | <bean class="org.springframework.data.redis.serializer.StringRedisSerializer" /> |
| | | </property> |
| | | <property name="hashKeySerializer"> |
| | | <bean class="org.springframework.data.redis.serializer.StringRedisSerializer" /> |
| | | </property> |
| | | <property name="hashValueSerializer"> |
| | | <bean class="org.springframework.data.redis.serializer.StringRedisSerializer" /> |
| | | </property> |
| | | <property name="keySerializer" ref="stringRedisSerializer" /> |
| | | <property name="valueSerializer" ref="stringRedisSerializer" /> |
| | | <property name="hashKeySerializer" ref="stringRedisSerializer" /> |
| | | <property name="hashValueSerializer" ref="stringRedisSerializer" /> |
| | | </bean> |
| | | |
| | | </beans> |