Skip to content

Commit 7eea9e7

Browse files
committed
update README.md
1 parent 3acfb1c commit 7eea9e7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/wordlist.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,10 @@ RediSearch
6767
RawResult
6868
RawVal
6969
entra
70-
entraid
71-
Azure
70+
EntraID
71+
Entra
72+
OAuth
73+
Azure
74+
StreamingCredentialsProvider
75+
oauth
76+
entraid

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ key value NoSQL database that uses RocksDB as storage engine and is compatible w
6262

6363
- Redis commands except QUIT and SYNC.
6464
- Automatic connection pooling.
65+
- [StreamingCredentialsProvider (e.g. entra id, oauth)](#1-streaming-credentials-provider-highest-priority)
6566
- [Pub/Sub](https://redis.uptrace.dev/guide/go-redis-pubsub.html).
6667
- [Pipelines and transactions](https://redis.uptrace.dev/guide/go-redis-pipelines.html).
6768
- [Scripting](https://redis.uptrace.dev/guide/lua-scripting.html).
@@ -128,6 +129,7 @@ func ExampleClient() {
128129
// Output: key value
129130
// key2 does not exist
130131
}
132+
```
131133

132134
### Authentication
133135

0 commit comments

Comments
 (0)