You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`address` or `addresses`| the address(es) of the Redis server(s), you can pass several addresses to use several Redis servers (e.g., `addresses host1:6379 host2:6379`, required) |
94
-
|`stream`| the name of the Redis stream to use (required) |
95
-
|`password`| the Redis password |
96
-
|`tls`| enable TLS support |
97
-
|`max_length`| the approximate maximum number of messages to store in the history, set to `0` to store all messages |
98
-
|`gob`| use the Go `gob` encoding instead of JSON (faster but not compatible with third-party systems querying the Redis instance directly) |
|`url`| The [Redis URI](https://github.com/redis/redis-specifications/blob/master/uri/redis.txt) to use to connect to Redis. If set, `address`, `addresses`, `username`, `password`, and `tls` options are ignored. |
103
+
|`stream`| the name of the Redis stream to use (default to `mercure`) |
104
+
|`max_length`| the approximate maximum number of messages to store in the history, set to `0` to store all messages |
105
+
|`gob`| use the Go `gob` encoding instead of JSON (faster but not compatible with third-party systems querying the Redis instance directly) |
106
+
|`address` or `addresses`| the address(es) of the Redis server(s), you can pass several addresses to use several Redis servers (e.g., `addresses host1:6379 host2:6379`). Prefer using `url` except if you use Redis Cluster. |
107
+
|`username`| the Redis username |
108
+
|`password`| the Redis password |
109
+
|`tls`| enable TLS support |
99
110
100
111
All [the configuration parameters and formats](https://mercure.rocks/docs/hub/config) supported by the free Mercure.rocks Hub are also available.
0 commit comments