I have a logic which needs to delete a list of keys in Redis cache and I want to know whether all keys are deleted or not (if all of them deleted successfully, I want to get result "true", but if some of them are not deleted successfully, I want to get result "false").
I'm wondering are there any relatively easy workaround for such a logic with java/spring apis? thanks!