Validate converted pipeline results in conn tests
DATAREDIS-200
This commit is contained in:
@@ -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:convertPipelineResults="false">
|
||||
p:usePool="false" p:timeout="60000">
|
||||
<property name="hostName">
|
||||
<bean class="org.springframework.data.redis.SettingsUtils"
|
||||
factory-method="getHost" />
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
<property name="port">
|
||||
<bean class="org.springframework.data.redis.SettingsUtils" factory-method="getPort" />
|
||||
</property>
|
||||
<property name="convertPipelineResults" value="false"/>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
@@ -13,7 +13,6 @@
|
||||
<bean class="org.springframework.data.redis.SettingsUtils"
|
||||
factory-method="getPort" />
|
||||
</property>
|
||||
<property name="convertPipelineResults" value="false"/>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
Reference in New Issue
Block a user