class RethinkDB::Connection
- RethinkDB::Connection
- Reference
- Object
Defined in:
rethinkdb/connection.crConstructors
Instance Method Summary
- #close
- #db : String
-
#host : String
Connection
- #max_retry_attempts : Int32?
-
#max_retry_interval : Time::Span
Reconnection
- #port : Int32
- #query_changefeed(term, runopts)
- #query_cursor(term, runopts)
- #query_datum(term, runopts)
- #query_error(term, runopts)
-
#user : String
Authentication
Constructor Detail
def self.new(host : String = "localhost", port : Int32 = 28015, db : String = "test", user : String = "admin", password : String = "", max_retry_interval : Time::Span = 2.seconds, max_retry_attempts : Int32 | Nil = nil)
#