-
Task
-
Resolution: Done
-
Major
-
15.0.0.Final
-
None
Right now, all the RESP commands which are backed by a data structure are heavily relying on `CompletionStages.handleAndCompose` to process the exceptions. This means allocating lambdas and maybe CompletableFuture to wrap the response.
Update the exception handling so we can refactor some of the uses.
- is incorporated by
-
ISPN-14881 [RESP] 15.0 Commands
- Resolved