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.

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.