stefanwille / crystal-redis

Full featured Redis client for Crystal
MIT License
380 stars 61 forks source link

Is it possible to initialize with Redis URL? #45

Closed georgeu2000 closed 7 years ago

georgeu2000 commented 7 years ago

Heroku and Ruby Redis gem can use a "Redis URL" to initialize. I checked the source code for Crystal Redis and it seems that it does not support it.

Is it possible to add support for Redis URL?

georgeu2000 commented 7 years ago

Oh I see it now.