rethinkdb-elixir icon indicating copy to clipboard operation
rethinkdb-elixir copied to clipboard

Documentation for read_mode option

Open brucepom opened this issue 9 years ago • 1 comments

Hi there, thanks for the great package.

It seems like outdated reads can be permitted like so: table("table_name", read_mode: :outdated)

The docs here still talk about the useOutdated option though. https://hexdocs.pm/rethinkdb/RethinkDB.Query.html#table/1 !

I can submit a pull request for the change if it's helpful. It looks like the options passed to table are relayed directly to RethinkDB. So maybe instead we could add a note suggesting consulting the RethinkDB docs for your version of RethinkDB?

Thanks again

brucepom avatar Nov 07 '16 14:11 brucepom

Any doc updates would be greatly appreciated! Thanks!

hamiltop avatar Nov 07 '16 19:11 hamiltop