spring-projects / spring-projects/spring-session
Redis cluster connection connection support in spring with jedis (primary for write other for read)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 1.2k
- Avg merge
- 4h 27m
- Merged PRs (30d)
- 55
Description
Hi ,
can you please support for redis cluster connection in spring with jedis and redis template. i have multiple nodes from aws elastic cache primary one for write and other two nodes for read. now how can i connect both these three nodes or is it possible to connect single point(with replica group name) so that they can transfer respective nodes if it is write request it will go for primary node or if read it goes for reading capacity nodes.
Contributor guide
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 reviewing the existing Spring Session Redis connection configuration and the RedisTemplate integration, then compare them with the requested Jedis and AWS ElastiCache primary/replica setup. Done means documenting or implementing a supported connection path that routes writes to the primary and reads to replica nodes, with the expected behavior confirmed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, redis, spring
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100