File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
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
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
You can’t perform that action at this time.
0 commit comments