Convert Lettuce pipelined results to correct data type
DATAREDIS-200
This commit is contained in:
@@ -446,8 +446,8 @@ public class LettuceConnectionPipelineIntegrationTests extends
|
||||
});
|
||||
th.start();
|
||||
Thread.sleep(1000);
|
||||
getResults();
|
||||
connection.scriptKill();
|
||||
getResults();
|
||||
assertTrue(waitFor(new TestCondition() {
|
||||
public boolean passes() {
|
||||
return scriptDead.get();
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user