The community member has a pipeline with a Redis cache and wants to know how to remove a specific document from the cache without removing the entire cache. The comments suggest that this is not possible with the current hash-based structure of the cache, as each entry is a hash of the transform step and all input nodes, and there is no way to remove a specific document. The community members discuss potential workarounds, such as ripping apart the run transformations function to return the hash and identify files in the cache, but it's unclear if this would be worth the effort. Ultimately, there is no clear answer provided in the comments.
Maybe i can rip apart the run transformations func to return the hash and identify files in the cache that way store them in a seperate hash with file_id has key and hash as value