Skip to content

Commit 659f94a

Browse files
committed
update docs
1 parent d279831 commit 659f94a

File tree

8 files changed

+2158
-1807
lines changed

8 files changed

+2158
-1807
lines changed

docs/source/05-Use-DynamoDB-as-Cache-Backend/index.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
},
238238
{
239239
"cell_type": "code",
240-
"execution_count": null,
240+
"execution_count": 6,
241241
"metadata": {
242242
"ExecuteTime": {
243243
"end_time": "2024-05-22T20:19:28.949669Z",
@@ -258,7 +258,8 @@
258258
"text": [
259259
"we try to get the value immediately, the cache should be hit:\n",
260260
"cache.get(key) = PersonProfile(name='Bob', ssn='123-45-6789')\n",
261-
"after wait for 2 seconds, the cache should be expired:\n"
261+
"after wait for 2 seconds, the cache should be expired:\n",
262+
"cache.get(key) = None\n"
262263
]
263264
}
264265
],

docs/source/06-Status-Tracker/index.ipynb

+1,531
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)