Skip to content

Commit cf0543d

Browse files
authored
Merge pull request #4 from redis-developer/abrookins-patch-1
Update README.md
2 parents 1479935 + 22b1138 commit cf0543d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ A Redis-powered memory server built for AI agents and applications. It manages b
3131
This project is under active development and is **pre-release** software. Think of it as an early beta!
3232

3333
### Roadmap
34-
- Long-term memory deduplication and compaction
35-
- Configurable strategy for moving session memory to long-term memory
36-
- Authentication/authorization hooks
37-
- Use a background task system instead of `BackgroundTask`
38-
- Separate Redis connections for long-term and short-term memory
34+
- [x] Long-term memory deduplication and compaction
35+
- [ ] Configurable strategy for moving session memory to long-term memory
36+
- [ ] Authentication/authorization hooks
37+
- [x] Use a background task system instead of `BackgroundTask`
38+
- [ ] Separate Redis connections for long-term and short-term memory
3939

4040
## REST API Endpoints
4141

0 commit comments

Comments
 (0)