Skip to content

Commit 79d191b

Browse files
committed
updated links, language
1 parent 1f41e6c commit 79d191b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/redis/python-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ except Exception as e:
225225
if "999" in str(e):
226226
print("💡 Error 999 typically indicates a network connectivity issue or firewall restriction")
227227
print(" - Verify the Redis hostname is correct")
228-
print(" - Check if your IP is whitelisted in Redis firewall settings")
228+
print(" - Verify that you have logged in with Az CLI")
229229
print(" - Ensure the Redis cache is running and accessible")
230230
print() # Add a new line
231231
finally:
@@ -246,4 +246,4 @@ finally:
246246
## Related content
247247

248248
- [Redis Extension for connecting using Microsoft Entra ID](https://github.com/redis/redis-py-entraid)
249-
- [redis-py guide](https://redis.io/docs/latest/develop/clients/python/)
249+
- [redis-py guide](https://redis.io/docs/latest/develop/clients/redis-py/)

0 commit comments

Comments
 (0)