spring-projects / spring-projects/spring-ai

Enhancement: Add password and authentication fields to RedisChatMemoryProperties

Open
#6,513 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status: waiting-for-triage
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.
Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.