mborsetti / webchanges

webchanges anonymously checks web content (including images) and commands for changes, delivering instant notifications and AI-powered summaries to your favorite platform.
https://pypi.org/project/webchanges/
Other
37 stars 6 forks source link

Implement deleting of latest snapshot for Redis #13

Closed scottmac closed 3 years ago

scottmac commented 3 years ago

Was looking at webchanges and noticed this was missing, storage is implemented as a list so you can just pop the top the top item to remove it.

mborsetti commented 3 years ago

Wonderful, thanks for the contribution.

Now I need to figure out how to merge it into the unreleased branch.