Convert Lettuce pipelined results to correct data type

DATAREDIS-200
This commit is contained in:
Jennifer Hickey
2013-07-16 10:29:30 -07:00
parent 441ac85999
commit b2325c90d8
5 changed files with 553 additions and 231 deletions

View File

@@ -11,6 +11,7 @@
<property name="port">
<bean class="org.springframework.data.redis.SettingsUtils" factory-method="getPort" />
</property>
<property name="convertPipelineResults" value="false"/>
</bean>
</beans>