senecajs / seneca-redis-pubsub-transport

Seneca micro-services message transport over Redis pubsub
MIT License
16 stars 20 forks source link

Redis Server Url Support #22

Closed MHabashy10 closed 8 years ago

MHabashy10 commented 8 years ago

Hi Everyone

i'm facing a problem here trying to connect to my Redis server (on Heroku) using the Url like this format

[redis:]//[[user][:password@]][host][:port][/db-number][?db=db-number[&password=bar[&option=value]]]

so i believe that we need to update the core redis library also this transport plugin needs small change

MHabashy10 commented 8 years ago

i had submitted this pr #21 to resolve this issue.

Looking forward for your reply Regards M.Habashy

MHabashy10 commented 8 years ago

Fixed after merging my pr #21

Regards M.Habashy