stash icon indicating copy to clipboard operation
stash copied to clipboard

A graph-based cache for Node.js, powered by Redis

Results 2 stash issues
Sort by recently updated
recently updated
newest added

Seems pretty dormant. Are you using it yourself? Looks exactly what I need, but ensure if I should take this (and possibly extend it) or roll my own.

Say I have a structure where `post1` is dependent on `comment1`, `comment2`, and `comment3`. - If I delete `post1`, I'd want to also get rid of `comment1`, `comment2`, and `comment3`,...