Convert SRP pipelined results to correct data type

DATAREDIS-200

- Convert return of closePipeline() to same types
returned from individual operations

- Change SRP execute to return Reply.data() 
instead of Reply for consistency with pipeline
This commit is contained in:
Jennifer Hickey
2013-07-16 10:31:34 -07:00
parent b2325c90d8
commit daca61be03
6 changed files with 695 additions and 241 deletions

View File

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