spring-projects / spring-projects/spring-ai
Enhancement: Add password and authentication fields to RedisChatMemoryProperties
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 5
Description
Current RedisChatMemoryProperties lacks direct support for authentication fields such as password, username, or ssl. While these can be resolved via an external RedisConnectionFactory, providing inline configuration properties (matching spring.data.redis standards) inside spring.ai.chat.memory.redis would significantly improve developer experience and out-of-the-box autoconfiguration flexibility for secured Redis instances.
Please consider adding these fields to RedisChatMemoryProperties.
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 locating RedisChatMemoryProperties and the surrounding Redis chat-memory autoconfiguration. Compare its configuration model with the spring.data.redis standards, then trace how the properties reach the RedisConnectionFactory. Done means secured Redis instances can receive the requested authentication and SSL settings through spring.ai.chat.memory.redis, with relevant tests updated or added if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, redis, spring-boot
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100