# How Redis brings persistent memory to Snowflake Cortex Agents

DevFeed: [How Redis brings persistent memory to Snowflake Cortex Agents](<https://devfeed.tech/articles/how-redis-brings-persistent-memory-to-snowflake-cortex-agents-4808.md>)

Original publisher: [Read original article](<https://redis.io/blog/how-redis-brings-persistent-memory-to-snowflake-cortex-agents/>)

Author: Mike Moss

Published: 2026-08-06T00:00:00Z

Content type: release

Language: en

Sources: [Redis Blog](<https://devfeed.tech/sources/redis-blog.md>)

Topics: [Redis](<https://devfeed.tech/topics/redis.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [applications](<https://devfeed.tech/tags/applications.md>), [memory](<https://devfeed.tech/tags/memory.md>), [redis](<https://devfeed.tech/tags/redis.md>), [tech](<https://devfeed.tech/tags/tech.md>)

## AI overview

Redis Agent Memory is now available on the Snowflake Marketplace for Snowflake Cortex AI agents. It provides persistent long-term memory across conversations, allowing agents to retain business context, preferences, events, and reusable knowledge instead of losing relevant context when a session ends.

## Source excerpt

AI agents can reason and act, but without memory, every interaction starts from zero. Intelligent short-term memory and persistent context across conversations are what turns a capable model into a truly useful agent. It should remember the useful det...