Skip to content
Advertisement

Tag: publish-subscribe

is redis pub/sub realistic in php?

I’d like to use redis pub/sub in PHP, but I’m afraid PHP can’t be the only tool: a subscriber need to be always callable, since php isn’t built for running as a daemon, I can’t trust it to reliably be always “on”. So what is the solution for the PHP world? don’t use pub/sub, use other redis’ storages with a

Advertisement