sorccu / r2d2-redis

MIT License
101 stars 42 forks source link

Redis port #30

Closed LimitlessCloud closed 4 years ago

LimitlessCloud commented 4 years ago

Hi,

If i add redis://localhost:8888 for example, it fails automatically, how do you adjust the port of Redis in the connection manager?

Thanks

sorccu commented 4 years ago

It takes the exact same values redis::Client does, so look there.