dropwizard / dropwizard/dropwizard-redis
Support for `redis://` URIs
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 16
- Forks
- 6
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 10
Description
If I provide a redis:// style URI, I get an exception in RedisModeURIFactory#build. I've gone through the library source and it appears that such a URI scheme isn't supported out of the box -- even though Lettuce supports it.
However, I also cannot figure out how to pass the values from a deconstructed redis:// URI to the bundle during the Dropwizard initialization step. Any pointers?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at RedisModeURIFactory#build and trace how Dropwizard initialization passes configuration into the bundle, using Lettuce's redis:// support as the reference point. Implement support for deconstructed redis:// URI values and verify that the bundle initializes successfully with such a URI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, redis
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100