File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ npm install redis
52
52
| [ ` @redis/json ` ] ( ./packages/json ) | [ Redis JSON] ( https://redis.io/docs/data-types/json/ ) commands |
53
53
| [ ` @redis/search ` ] ( ./packages/search ) | [ RediSearch] ( https://redis.io/docs/interact/search-and-query/ ) commands |
54
54
| [ ` @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 |
55
56
56
57
> Looking for a high-level library to handle object mapping? See [ redis-om-node] ( https://github.com/redis/redis-om-node ) !
57
58
Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ Secure token-based authentication for Redis clients using Microsoft Entra ID (fo
15
15
16
16
## Installation
17
17
18
+
18
19
``` 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 "
21
22
```
22
23
23
24
## Getting Started
You can’t perform that action at this time.
0 commit comments