bitovi / bitovi/bithub

Deleting a service does not clear the cache of the retrieved items

Open
#367 0 comments 0 reactions 0 assignees View on GitHub
Cache Maintenance Server
Dominant language
Ruby
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Steps to reproduce
- Create an RSS service (e.g. http://pltconfusion.com/rss.xml)
- Wait for at least one element to populate in the admin page.
- Log into the development server
- `redis-cli -n 15`
- `keys *`
- Should be more than 1 item of the following format `cache:jbuilder/v4/brands/1/embeds/1/entities/21-20160301222148-20140713220000/4c3907f92cc7c3be93508ead731d226e`
- Delete the RSS service
- Within the redis command line, do `keys *`
- Should be more than 1 item of the following format `cache:jbuilder/v4/brands/1/embeds/1/entities/21-20160301222148-20140713220000/4c3907f92cc7c3be93508ead731d226e` (even though the items in the db and on the UI have been removed)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.