We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f59fa0 commit 82e7756Copy full SHA for 82e7756
1 file changed
python/packages/redis/README.md
@@ -30,10 +30,10 @@ The `RedisChatMessageStore` provides persistent conversation storage using Redis
30
31
#### Basic Usage Examples
32
33
-See the complete [Redis chat message store examples](../../samples/getting_started/threads/redis_chat_message_store_thread.py) including:
+See the complete [Redis history provider examples](../../samples/getting_started/sessions/redis_history_provider.py) including:
34
- User session management
35
- Conversation persistence across restarts
36
-- Thread serialization and deserialization
+- Session serialization and deserialization
37
- Automatic message trimming
38
- Error handling patterns
39
0 commit comments