upstash / issues

Issue Tracker for Upstash
https://upstash.com
2 stars 0 forks source link

How do we remove entry from cache? #13

Closed avocadoslab closed 3 years ago

avocadoslab commented 3 years ago

Apart from setting & getting, I have a use-case which would require me to delete an entry from cache database. Is it possible to delete?

I don't really wanna use set to overwrite previous entry.

enesakar commented 3 years ago

Yes, you can use DEL command: https://redis.io/commands/del