]
Tristan Tarrant closed ISPN-317.
--------------------------------
Fix Version/s: 5.2.0.Final
Resolution: Done
when unsafeReturnValues is false, combine put, remove, replace,
putIfAbsent, to pull back responses in 1 command
----------------------------------------------------------------------------------------------------------------
Key: ISPN-317
URL:
https://issues.jboss.org/browse/ISPN-317
Project: Infinispan
Issue Type: Feature Request
Components: Core
Affects Versions: 5.1.0.FINAL
Reporter: Mircea Markus
Priority: Minor
Fix For: 5.2.0.Final
at the moment this is split in two operations: a remote get followed by an put. Optimize
this to only reside in one operation.