Skip to content

Commit

Permalink
Update cassandra docs with consistency value.
Browse files Browse the repository at this point in the history
Fixes #3361
  • Loading branch information
jefferai committed Dec 2, 2017
1 parent 4944a27 commit d8b3f5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/source/api/secret/cassandra/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ Cassandra.

- `connect_timeout` `(string: "5s")` – Specifies the connection timeout to use.

- `consistency` `(string: "")` – Specifies the consistency option to use. See
the [gocql
definition](https://github.com/gocql/gocql/blob/master/frame.go#L203) for
valid options.

TLS works as follows:

- If `tls` is set to true, the connection will use TLS; this happens
Expand Down

0 comments on commit d8b3f5d

Please sign in to comment.