You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-nodejs-get-started.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ The [node-redis](https://github.com/redis/node-redis) library is the primary Nod
31
31
npm install redis
32
32
```
33
33
34
+
## Create a Node.js app to access a cache
35
+
36
+
Create a Node.js app that uses either Microsoft Entra ID or access keys to connect to an Azure Cache for Redis. We recommend you use Microsoft Entra ID.
37
+
34
38
## [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
0 commit comments