Emoncs + Database deleted and reinstall, cache cleared, but still old nodes,input and feed entries !!

Hi,
Everything is in the title...

I don't understand, I did many dummy entries (nodes, input, feeds)  for testing purpose.
I was unable to delete it. (When I delete an input, it appeared again few seconds after)
Browser cache cleared -> Same

Then I tried to delete everything, and restart with a fresh install.

I deleted the /var/www/emoncms  and the emoncms database, and did the Git install again, and database creation (changed settings for sql connection).

After creating a new user, and login, what a surprise !!    All the feeds and Inputs and nodes  are still there !!!!!
Browser cache cleared -> Same     

It's crazy ! !!

I think there s a cache files on the server ? maybe an apache module ? or something else ?

I did the Git install  (for apache2 too) so nothing special for that server.

Any idea ?

 

TrystanLea's picture

Re: Emoncs + Database deleted and reinstall, cache cleared, but still old nodes,input and feed entries !!

bugmax, they are probably in redis. Try this:

$ redis-cli

and then:

flushall

bugmax's picture

Re: Emoncs + Database deleted and reinstall, cache cleared, but still old nodes,input and feed entries !!

Hi,

Thanks a lot, now it's cleared !

I wasn't aware of that redis cache system.

Great.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.