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?
If I provide a
redis://style URI, I get an exception inRedisModeURIFactory#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?