Skip to content

Commit a6a2c9d

Browse files
committed
docs(README): mark streaming credentials provider as experimental
1 parent b80969f commit a6a2c9d

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
@@ -68,7 +68,7 @@ key value NoSQL database that uses RocksDB as storage engine and is compatible w
6868

6969
- Redis commands except QUIT and SYNC.
7070
- Automatic connection pooling.
71-
- [StreamingCredentialsProvider (e.g. entra id, oauth)](#1-streaming-credentials-provider-highest-priority)
71+
- [StreamingCredentialsProvider (e.g. entra id, oauth)](#1-streaming-credentials-provider-highest-priority) (experimental)
7272
- [Pub/Sub](https://redis.uptrace.dev/guide/go-redis-pubsub.html).
7373
- [Pipelines and transactions](https://redis.uptrace.dev/guide/go-redis-pipelines.html).
7474
- [Scripting](https://redis.uptrace.dev/guide/lua-scripting.html).
@@ -141,7 +141,7 @@ func ExampleClient() {
141141

142142
The Redis client supports multiple ways to provide authentication credentials, with a clear priority order. Here are the available options:
143143

144-
#### 1. Streaming Credentials Provider (Highest Priority)
144+
#### 1. Streaming Credentials Provider (Highest Priority) - Experimental feature
145145

146146
The streaming credentials provider allows for dynamic credential updates during the connection lifetime. This is particularly useful for managed identity services and token-based authentication.
147147

0 commit comments

Comments
 (0)