redis-learn/Redis Repo Memory

Give your repository a memory — surfaces related PRs, issues, and commits using Redis vector search.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
redis-urlRedis connection URL for the memory store. e.g. redis://default:<password>@<host>:<port> A Redis Cloud free-tier database works fine — https://redis.io/try-free/ yes
openai-api-keyOpenAI API key used to generate text embeddings (text-embedding-3-small). Only the Embeddings API is called, so a low-usage key is sufficient. yes
github-tokenGitHub token for posting PR comments and commit statuses. The default ${{ github.token }} works as long as the workflow grants pull-requests: write and statuses: write permissions. no${{ github.token }}
upstream-repoOptional upstream repository to include in memory search results, in "owner/repo" format (e.g. redis/docs). Useful when running in a fork so the action can surface context from the upstream repo's history. no""

no outputs