Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
basicmachines-co
/
basic-memory
Public
Notifications
You must be signed in to change notification settings
Fork
259
Star
3.7k
Code
Issues
73
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
perf(api): add optional Redis read caching
- #1168
#1168
Merged
phernandez
merged 28 commits into
main
basicmachines-co/basic-memory:main
from
codex/redis-read-cache
basicmachines-co/basic-memory:codex/redis-read-cache
Copy head branch name to clipboard
Jul 30, 2026
Conversation
Commits
28
(28)
Checks
Files changed
Merged
perf(api): add optional Redis read caching
#1168
phernandez
merged 28 commits into
main
basicmachines-co/basic-memory:main
from
codex/redis-read-cache
basicmachines-co/basic-memory:codex/redis-read-cache
Copy head branch name to clipboard
Commits
Commits on Jul 29, 2026
perf(api): add optional Redis read caching
Show description for 8bff587
phernandez
committed
8bff587
View commit details
Copy full SHA for 8bff587
Browse repository at this point
fix(api): close Redis cache freshness gaps
Show description for 1f14649
phernandez
committed
1f14649
View commit details
Copy full SHA for 1f14649
Browse repository at this point
fix(sync): invalidate cache after recovery and moves
Show description for 621f642
phernandez
committed
621f642
View commit details
Copy full SHA for 621f642
Browse repository at this point
fix(sync): close cache invalidation failure paths
Show description for 87ee016
phernandez
committed
87ee016
View commit details
Copy full SHA for 87ee016
Browse repository at this point
fix(sync): invalidate partial single-file indexes
Show description for c80d631
phernandez
committed
c80d631
View commit details
Copy full SHA for c80d631
Browse repository at this point
fix(api): invalidate cache after imports
Show description for 78e109d
phernandez
committed
78e109d
View commit details
Copy full SHA for 78e109d
Browse repository at this point
fix(api): close remaining cache freshness gaps
Show description for 5994aca
phernandez
committed
5994aca
View commit details
Copy full SHA for 5994aca
Browse repository at this point
fix(api): preserve cache freshness on failure paths
Show description for 2b7eea3
phernandez
committed
2b7eea3
View commit details
Copy full SHA for 2b7eea3
Browse repository at this point
fix(api): invalidate cache after project root changes
Show description for 9f02ff3
phernandez
committed
9f02ff3
View commit details
Copy full SHA for 9f02ff3
Browse repository at this point
Commits on Jul 30, 2026
fix(api): expire Redis cache generations
Show description for b9e736a
phernandez
committed
b9e736a
View commit details
Copy full SHA for b9e736a
Browse repository at this point
fix(ci): skip Redis tests without Windows Docker
Show description for 0f18c37
phernandez
committed
0f18c37
View commit details
Copy full SHA for 0f18c37
Browse repository at this point
fix(ci): skip Redis testcontainers on Windows
Show description for 10511e6
phernandez
committed
10511e6
View commit details
Copy full SHA for 10511e6
Browse repository at this point
refactor(api): simplify read-cache control flow
Show description for d4121ac
phernandez
committed
d4121ac
View commit details
Copy full SHA for d4121ac
Browse repository at this point
fix(api): finish cache invalidation after cancellation
Show description for 007b54c
phernandez
committed
007b54c
View commit details
Copy full SHA for 007b54c
Browse repository at this point
fix(index): invalidate each committed project batch
Show description for b8c5f72
phernandez
committed
b8c5f72
View commit details
Copy full SHA for b8c5f72
Browse repository at this point
fix(api): finish cache invalidation after directory commits
Show description for bf006be
phernandez
committed
bf006be
View commit details
Copy full SHA for bf006be
Browse repository at this point
refactor(api): simplify optional read caching
Show description for 1badd6f
phernandez
committed
1badd6f
View commit details
Copy full SHA for 1badd6f
Browse repository at this point
test(index): cover optional project cache wiring
Show description for 53076d7
phernandez
committed
53076d7
View commit details
Copy full SHA for 53076d7
Browse repository at this point
fix(api): make move invalidation cancellation-safe
Show description for 930b61f
phernandez
committed
930b61f
View commit details
Copy full SHA for 930b61f
Browse repository at this point
fix(api): close read cache invalidation gaps
Show description for d46d420
phernandez
committed
d46d420
View commit details
Copy full SHA for d46d420
Browse repository at this point
fix(api): close cancellation invalidation windows
Show description for 5963560
phernandez
committed
5963560
View commit details
Copy full SHA for 5963560
Browse repository at this point
fix(api): invalidate rebuild and watcher batches
Show description for 305c858
phernandez
committed
305c858
View commit details
Copy full SHA for 305c858
Browse repository at this point
fix(api): shield startup recovery invalidation
Show description for b35ba08
phernandez
committed
b35ba08
View commit details
Copy full SHA for b35ba08
Browse repository at this point
fix(api): skip disabled cache identity
Show description for a562574
phernandez
committed
a562574
View commit details
Copy full SHA for a562574
Browse repository at this point
fix(api): protect watcher delete invalidation
Show description for efed2c8
phernandez
committed
efed2c8
View commit details
Copy full SHA for efed2c8
Browse repository at this point
fix(sync): invalidate watcher index commits
Show description for 7dd8175
phernandez
committed
7dd8175
View commit details
Copy full SHA for 7dd8175
Browse repository at this point
perf(api): cache directory read responses
Show description for 7428125
phernandez
committed
7428125
View commit details
Copy full SHA for 7428125
Browse repository at this point
fix(sync): invalidate terminal materialization state
Show description for 310c743
phernandez
committed
310c743
View commit details
Copy full SHA for 310c743
Browse repository at this point
You can’t perform that action at this time.