Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    how we can implement this using Redis node js module. Commented Feb 1, 2021 at 8:14
  • Please accept the answer or edit your question. It doesn’t say you have to implement this in nodejs Commented Feb 1, 2021 at 8:16
  • As an addendum to this, I would recommend using unlink instead of del. The key difference is that an unlink command is non-blocking. Commented Feb 23, 2023 at 13:32