Skip to content

Commit 33cdc00

Browse files
authored
churn(docs) update entraid documentation (#2898)
1 parent 1af0137 commit 33cdc00

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ npm install redis
5252
| [`@redis/json`](./packages/json) | [Redis JSON](https://redis.io/docs/data-types/json/) commands |
5353
| [`@redis/search`](./packages/search) | [RediSearch](https://redis.io/docs/interact/search-and-query/) commands |
5454
| [`@redis/time-series`](./packages/time-series) | [Redis Time-Series](https://redis.io/docs/data-types/timeseries/) commands |
55+
| [`@redis/entraid`](./packages/entraid) | Secure token-based authentication for Redis clients using Microsoft Entra ID |
5556

5657
> Looking for a high-level library to handle object mapping? See [redis-om-node](https://github.com/redis/redis-om-node)!
5758

packages/entraid/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ Secure token-based authentication for Redis clients using Microsoft Entra ID (fo
1515

1616
## Installation
1717

18+
1819
```bash
19-
npm install @redis/client
20-
npm install @redis/entraid
20+
npm install "@redis/client@5.0.0-next.6"
21+
npm install "@redis/entraid@5.0.0-next.6"
2122
```
2223

2324
## Getting Started

0 commit comments

Comments
 (0)