dropwizard / dropwizard/dropwizard-redis
access to RedisClusterClient/RedisClient
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 16
- Forks
- 6
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 10
Description
I was trying to use this wonderful library but the app I'm working on needs access to the underlying RedisClusterClient in order to handle connection pooling. I can see that there's lots of useful things done with the StatefulRedisClusterConnection before it's returned, so I understand that this is possibly outside the scope of the project.
But it would be nice to get all this great JSON config work while will getting the Client I needed.
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 by locating the Redis integration and JSON configuration that create and return the StatefulRedisClusterConnection. Determine where the underlying RedisClusterClient or RedisClient could be exposed while retaining the existing configuration behavior; done means an application can access the needed client for connection pooling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, redis
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100