File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -67,5 +67,10 @@ RediSearch
67
67
RawResult
68
68
RawVal
69
69
entra
70
- entraid
71
- Azure
70
+ EntraID
71
+ Entra
72
+ OAuth
73
+ Azure
74
+ StreamingCredentialsProvider
75
+ oauth
76
+ entraid
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
62
62
63
63
- Redis commands except QUIT and SYNC.
64
64
- Automatic connection pooling.
65
+ - [ StreamingCredentialsProvider (e.g. entra id, oauth)] ( #1-streaming-credentials-provider-highest-priority )
65
66
- [ Pub/Sub] ( https://redis.uptrace.dev/guide/go-redis-pubsub.html ) .
66
67
- [ Pipelines and transactions] ( https://redis.uptrace.dev/guide/go-redis-pipelines.html ) .
67
68
- [ Scripting] ( https://redis.uptrace.dev/guide/lua-scripting.html ) .
@@ -128,6 +129,7 @@ func ExampleClient() {
128
129
// Output: key value
129
130
// key2 does not exist
130
131
}
132
+ ```
131
133
132
134
### Authentication
133
135
You can’t perform that action at this time.
0 commit comments