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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ A Redis-powered memory server built for AI agents and applications. It manages b
28
28
- Background task processing for memory indexing and promotion
29
29
- Unified search across working memory and long-term memory
30
30
31
+
For detailed information about memory types, their differences, and when to use each, see the [Memory Types Guide](docs/memory-types.md).
32
+
31
33
## Authentication
32
34
33
35
The Redis Agent Memory Server supports OAuth2/JWT Bearer token authentication for secure API access. It's compatible with Auth0, AWS Cognito, Okta, Azure AD, and other standard OAuth2 providers.
0 commit comments