Skip to content

Commit

Permalink
churn(docs) update entraid documentation (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobymicroby authored Feb 18, 2025
1 parent 1af0137 commit 33cdc00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ npm install redis
| [`@redis/json`](./packages/json) | [Redis JSON](https://redis.io/docs/data-types/json/) commands |
| [`@redis/search`](./packages/search) | [RediSearch](https://redis.io/docs/interact/search-and-query/) commands |
| [`@redis/time-series`](./packages/time-series) | [Redis Time-Series](https://redis.io/docs/data-types/timeseries/) commands |
| [`@redis/entraid`](./packages/entraid) | Secure token-based authentication for Redis clients using Microsoft Entra ID |

> Looking for a high-level library to handle object mapping? See [redis-om-node](https://github.com/redis/redis-om-node)!
Expand Down
5 changes: 3 additions & 2 deletions packages/entraid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ Secure token-based authentication for Redis clients using Microsoft Entra ID (fo

## Installation


```bash
npm install @redis/client
npm install @redis/entraid
npm install "@redis/client@5.0.0-next.6"
npm install "@redis/entraid@5.0.0-next.6"
```

## Getting Started
Expand Down

0 comments on commit 33cdc00

Please sign in to comment.