File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -67,5 +67,7 @@ RediSearch
6767RawResult
6868RawVal
6969entra
70- entraid
70+ EntraID
71+ Entra
72+ OAuth
7173Azure
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments