phoenixframework / phoenix_pubsub_redis

The Redis PubSub adapter for the Phoenix framework
175 stars 66 forks source link

Why is nodename required? #63

Closed seninm01 closed 1 year ago

seninm01 commented 1 year ago

If you're just using Redis PubSub, why is unique nodename required to be set?

chrismccord commented 1 year ago

We still allow target'd broadcasts and such so nodes still need to be uniquely identified.