docs icon indicating copy to clipboard operation
docs copied to clipboard

RethinkDB documentation

Results 108 docs issues
Sort by recently updated
recently updated
newest added

It would be nice to have something like this on the Cookbook section

I feel like there are some issues in RethinkDB - whether by design or otherwise - and at least from an outsider's perspective these might be surprising and unpleasant. Right...

The docs for RethinkDb are great, but there are a few areas that I think would help. In particular where ReQL is being explained, often there is no sale doc...

The docs currently show: ``` [FUNCALL, [FUNC, [[MAKE_ARRAY, [1, 2]], [ADD, [[VAR, [1]], [VAR, [2]]]]]], 10, 20] // FUNCALL = 64, FUNC = 69, MAKE_ARRAY = 2, ADD = 24,...

bug

The docs for the JS driver's `r.connect` says for the `ssl` key: > Currently, there is only one option available But this is incorrect. The driver passes the entire SSL...

It is usually advisable to give `rethinkdb` multiple `--join` arguments, one for each other server in the cluster. That way, if one other server is down when restarting a RethinkDB...

Queries run through a RethinkDB proxy currently don't show up in the `jobs` system table. We should mention that limitation in https://rethinkdb.com/docs/system-jobs/ . We plan to change this eventually with...

https://rethinkdb.com/api/javascript/changes/ Just discovered this and there should be some more examples as how to use this to properly maintain your own ordered data structure client-side (as well as other things)

This comes out of discussion in #1170. It seems like it might make sense to explicitly match the input term (e.g., `stream`, `array`) with the output type, since a `sequence`...

This would make it easier for someone to read all documentation in a linear way or to download it for reading offline.

system