Convert Jedis pipelined results to correct data type

DATAREDIS-200
This commit is contained in:
Jennifer Hickey
2013-07-16 10:28:16 -07:00
parent 1e9d3350ba
commit 441ac85999
5 changed files with 531 additions and 196 deletions

View File

@@ -10,7 +10,7 @@
reconnect them on next attempted use -->
<bean id="jedisConnectionFactory "
class="org.springframework.data.redis.connection.jedis.JedisConnectionFactory"
p:usePool="false" p:timeout="60000">
p:usePool="false" p:timeout="60000" p:convertPipelineResults="false">
<property name="hostName">
<bean class="org.springframework.data.redis.SettingsUtils"
factory-method="getHost" />