Skip to content

Commit 96d0e0a

Browse files
committed
Changed date
1 parent f0ab53b commit 96d0e0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-cache-for-redis/cache-python-get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: In this quickstart, you learn how to create a Python App that uses
44
author: flang-msft
55

66
ms.author: franlanglois
7+
78
ms.date: 02/15/2023
89
ms.topic: quickstart
910
ms.service: cache
@@ -79,7 +80,7 @@ result = r.get("Message")
7980
print("GET Message returned : " + result.decode("utf-8"))
8081

8182
result = r.client_list()
82-
print(f"CLIENT LIST returned : ")
83+
print("CLIENT LIST returned : ")
8384
for c in result:
8485
print(f"id : {c['id']}, addr : {c['addr']}")
8586
```

0 commit comments

Comments
 (0)