samvera-deprecated / curation_concerns

A Hydra-based Rails Engine that extends an application, adding the ability to Create, Read, Update and Destroy (CRUD) objects (based on Hydra::Works) and providing a generator for defining object types with custom workflows, views, access controls, etc.
Other
15 stars 27 forks source link

Allow full redis urls #1173

Closed nestorw closed 7 years ago

nestorw commented 7 years ago

Fixes #1172

Allow a full url for redis connections.

This adds support for a new url option in config/redis.yml and won't break existing configurations. The current parser doesn't allow for password and db number.

@projecthydra/sufia-code-reviewers

nestorw commented 7 years ago

Good point, opts removed.