docs
docs copied to clipboard
RethinkDB documentation
Googling for `rethinkdb upsert` yields this page as the first result: https://www.rethinkdb.com/blog/answers-to-common-questions/#does-rethinkdb-support-upserts But it seems the `upsert` option is no longer supported. The page should be updated to reflect the...
**Describe the bug** On the API page for [hashMap](https://rethinkdb.com/api/java/hashmap/) the related command `array` points to the `hashMap` page again. On the API page for [forEach](https://rethinkdb.com/api/java/each) all related commands (`next`, `toList`,...
**Describing the bug** A short intro video which is listed under the **RethinkDB in two minutes** isn't playing on the index.html page. **To Reproduce** Steps to reproduce the behavior: 1....
* provided the correct return type * extended the example **Reason for the change** I tried to get the list of database names from the server and the current documentation...
Bumps [jekyll](https://github.com/jekyll/jekyll) and [rouge](https://github.com/rouge-ruby/rouge). These dependencies needed to be updated together. Updates `jekyll` from 3.9.1 to 4.2.0 Release notes Sourced from jekyll's releases. v4.2.0 Minor Enhancements Warn on command-line with...
So a user can learn about concatenating those fields that compose a UNIQUE constraint into the table id and leverage ReQL inserts with conflict options.
E.g. how many shards should I set up? How many replicas? How many nodes do I need? Etc. Basically, operational best practices.
I think cluster management docs could get a lot better. For example, I couldn't find references to `stats`, `server_status`, and `jobs` tables in the doc articles. I think we should...
**Describe the bug** The link to `row` in the API menu is not working (404). This link: https://rethinkdb.com/api/java/row **To Reproduce** Steps to reproduce the behavior: 1. Go to https://rethinkdb.com/api/java/ 2....
**Describe the bug** I am using `'Z'` as fourth argument in the `r.time(year, month, day, timezone)` command as it is written in the [documentation of the time command](https://rethinkdb.com/api/java/time). After deploying...