diff --git a/docs/topics/connection.rst b/docs/topics/connection.rst index 11eeda39..658b3fc4 100644 --- a/docs/topics/connection.rst +++ b/docs/topics/connection.rst @@ -16,6 +16,9 @@ If there is a problem with one of the servers, cqlengine will try to connect to :param hosts: list of hosts, strings in the :, or just :type hosts: list + :param default_keyspace: keyspace to default to + :type default_keyspace: str + :param consistency: the consistency level of the connection, defaults to 'ONE' :type consistency: int