Python: improved thread serialization and deser with better tests (#1316)

* improved thread serialization and deser with better tests

* update redis with the same
This commit is contained in:
Eduard van Valkenburg
2025-10-08 21:04:11 +02:00
committed by GitHub
Unverified
parent c2c8ec3d4e
commit a36e183600
5 changed files with 119 additions and 68 deletions
@@ -242,6 +242,7 @@ class TestRedisChatMessageStore:
state = await redis_store.serialize()
expected_state = {
"type": "redis_store_state",
"thread_id": "test_thread_123",
"redis_url": "redis://localhost:6379",
"key_prefix": "chat_messages",