Hello, Is there a way to use the redis subscribe or psubscribe method and read the happening message with the actual core class Redis ? Thanks for the help.
I agree, sorry for my bad explanations. The command is executed properly and I can get the result but I want to stay in listening to get the datas when something is published by another client.
Exemple
My application publish something :
$redis->publish('event', 'data');
And in a task I want to have maybe something like that to be able to read the response :
Can you create a ticket for this at http://github.com/fuel/core/issues, with the use case, and this proposed solution? This response will get lost otherwise.