Getting started

  • Updated on May 03, 2011

    Installation

    To install RethinkDB please download the latest packages from www.rethinkdb.com/download and follow the instructions on the download page.

  • Updated on May 03, 2011

    How do I run RethinkDB?

    To start RethinkDB after installation, run the following command: $ rethinkdb By default, RethinkDB starts on the port 11211 and loads rethinkdb_data file in the current director...

  • Updated on May 03, 2011

    How do I use RethinkDB in my application?

    RethinkDB is compatible with the Memcached protocol, so any client that properly supports Memcached will automatically work with RethinkDB. You can find a list of Memcached clients...