Skip to content

Commit 45e5ee9

Browse files
committed
chore(entraid): use the repo under redis org
1 parent 57584be commit 45e5ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ rdb := redis.NewClient(&redis.Options{
169169
})
170170
```
171171

172-
**Note:** The streaming credentials provider can be used with [go-redis-entraid](https://github.com/redis-developer/go-redis-entraid) to enable Entra ID (formerly Azure AD) authentication. This allows for seamless integration with Azure's managed identity services and token-based authentication.
172+
**Note:** The streaming credentials provider can be used with [go-redis-entraid](https://github.com/redis/go-redis-entraid) to enable Entra ID (formerly Azure AD) authentication. This allows for seamless integration with Azure's managed identity services and token-based authentication.
173173

174174
Example with Entra ID:
175175
```go
176176
import (
177177
"github.com/redis/go-redis/v9"
178-
"github.com/redis-developer/go-redis-entraid"
178+
"github.com/redis/go-redis-entraid"
179179
)
180180

181181
// Create an Entra ID credentials provider

0 commit comments

Comments
 (0)