phoenixframework / phoenix_pubsub_redis

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

Add key_prefix option to change the key named used in redis #68

Open tomwilsonsb opened 1 year ago

tomwilsonsb commented 1 year ago

I had a need to share the redis server across a couple of different applications, so I added an option to change the key prefix used with redis so they dont receive the same pubsub messages.