We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acfb1c commit f7770ceCopy full SHA for f7770ce
README.md
@@ -62,6 +62,7 @@ key value NoSQL database that uses RocksDB as storage engine and is compatible w
62
63
- Redis commands except QUIT and SYNC.
64
- Automatic connection pooling.
65
+- [StreamingCredentialsProvider (e.g. entra id, oauth)](#1-streaming-credentials-provider-highest-priority)
66
- [Pub/Sub](https://redis.uptrace.dev/guide/go-redis-pubsub.html).
67
- [Pipelines and transactions](https://redis.uptrace.dev/guide/go-redis-pipelines.html).
68
- [Scripting](https://redis.uptrace.dev/guide/lua-scripting.html).
@@ -128,6 +129,7 @@ func ExampleClient() {
128
129
// Output: key value
130
// key2 does not exist
131
}
132
+```
133
134
### Authentication
135
0 commit comments