Add missing consistency param in docs for Cassandra in combined DB (#6330)

This commit is contained in:
Jeff Mitchell 2019-03-04 10:21:33 -05:00 committed by GitHub
parent 39b8acb915
commit 2a0fc7d9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Cassandra.
- `consistency` `(string: "")`  Specifies the consistency option to use. See
the [gocql
definition](https://github.com/gocql/gocql/blob/master/frame.go#L203) for
definition](https://github.com/gocql/gocql/blob/master/frame.go#L188) for
valid options.
TLS works as follows:

View File

@ -24,6 +24,7 @@ has a number of parameters to further configure a connection.
| `POST` | `/database/config/:name` | `204 (empty body)` |
### Parameters
- `hosts` `(string: <required>)` Specifies a set of comma-delineated Cassandra
hosts to connect to.
@ -59,6 +60,11 @@ has a number of parameters to further configure a connection.
- `socket_keep_alive` `(string: "0s")` the keep-alive period for an active
network connection. If zero, keep-alives are not enabled.
- `consistency` `(string: "")`  Specifies the consistency option to use. See
the [gocql
definition](https://github.com/gocql/gocql/blob/master/frame.go#L188) for
valid options.
TLS works as follows:
- If `tls` is set to true, the connection will use TLS; this happens