Skip to content

Commit 0316a37

Browse files
ShanlanLiWanYixian
andauthored
2053 document featsink support redis cluster url (#2089)
* Update sink-to-redis.md * Update sink-to-redis.md * Update sink-to-redis.md * Update sink-to-redis.md * Update sink-to-redis.md * Update sink-to-redis.md * Update sink-to-redis.md * Update docs/guides/sink-to-redis.md Co-authored-by: WanYixian <150207222+WanYixian@users.noreply.github.com> --------- Co-authored-by: WanYixian <150207222+WanYixian@users.noreply.github.com>
1 parent 1513abd commit 0316a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/sink-to-redis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ FORMAT data_format ENCODE data_encode [ (
3636

3737
| Parameter Names | Description |
3838
| --------------- | ---------------------------------------------------------------------- |
39-
|redis.url | Required. The address of the Redis database. |
39+
|redis.url | Required. Choose either the Redis cluster address or a non-cluster Redis address. If the address is a cluster address, it should be in the form of a JSON array, like `redis.url= '["redis://redis-server:6379/"]'`. If the address is a non-cluster address, it should be in the form of a string, like `redis.url= 'redis://redis-server:6379/'`.|
4040
|primary_key| Required. The primary keys of the sink. If necessary, use ',' to delimit the primary key columns. |
4141

4242
## FORMAT and ENCODE options

0 commit comments

Comments
 (0)