Is there any way I can use Redis Pub/Sub over HTTP ?
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/cc78fe36-1aea-4274-b850-09207203bf9ao%40googlegroups.com.
Is there any way I can use Redis Pub/Sub over HTTP ?
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/cc78fe36-1aea-4274-b850-09207203bf9ao%40googlegroups.com.
Itamar Haber ![]() |
Disclaimer
The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/CAFWLiehXMh7YX5XX%3DtNDH90HF0VidB0cOfsYeOExg39V6mMkDQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/CADftriXeYjpROcZmBW7ndvRCFSHE-DoVM1bEuZAVXBcsQE27rA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/CAH3kUhE_HUr6rN8beCUkzNvrA-wa6zJ0kZYYsHzE882OmjnvEQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/CADftriVLGpDZvG0EtD7siN6_ZFOJd-qwttHynzApGwcdKSTWCw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/ded8e5bc-3fcf-4b22-93ee-a432727fc4a9o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redis-db/CADftriXEQDdu6kWCd5CBMK63viGz2jsiC0HN_n23jpK6VWf6Ww%40mail.gmail.com.
Hey"Socket.io can be set not to use sockets, so it will hit your http enpoint every second or so, emulating pub/sub."Is it going to be a polling like call or something else because polling is something which I want to avoid (as 1. notifications are expected to be in real time 2.Performance issues ??)
On Tue, Jun 9, 2020 at 5:07 PM Vali Dr <val...@gmail.com> wrote:
You can use something like socket.io as a proxy that connects to redis on your server.--Your producers add items to a list, and publishes the events.Your socket.io listens to client connections.When a client connects, you listen to a redis pub sub event, and when you get it (and when the client connects), you push the data in the list to the client.Socket.io can be set not to use sockets, so it will hit your http enpoint every second or so, emulating pub/sub.
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redi...@googlegroups.com.