Feed Deleting Bug & REDIS Integration

Hi,

I am trying to make a new MySQL + trigger based engine.
Doing so I have 2 questions about the functionality of Emoncms.

1. When deleting an existing feed, the item is not removed from the 'Process List' column of the depending Input.
Is there something missing in 'public function delete($feedid)' of 'Modules/feed/feed_model.php' ?
Or is there a problem with my configuration running MySQLTimeSeries engine. 

2. Am having trouble seeing the integration of Emoncms with REDIS.
REDIS is installed on my Ubuntu server and running 'redis-cli monitor' while creating new Emoncms feeds has no result.

Thanks

TrystanLea's picture

Re: Feed Deleting Bug & REDIS Integration

Hello Christophe

Yes the feed not being removed from the process list has always been an issue, its not a problem with your configuration.

Not sure whats going wrong with the redis, feeds should certainly appear there when your creating and navigating through emoncms. Did you add the lines to the php config file?

sudo sh -c 'echo "extension=redis.so" > /etc/php5/apache2/conf.d/20-redis.ini'
sudo sh -c 'echo "extension=redis.so" > /etc/php5/cli/conf.d/20-redis.ini'
 

 

christophe_meyers's picture

Re: Feed Deleting Bug & REDIS Integration

Thanks Trystan, REDIS is now working on my server.

Comment viewing options

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