From 6ea3666bf5f6c4399fab0f5a0f407e8c74880f1d Mon Sep 17 00:00:00 2001 From: nygard89 <gugly89@gmail.com> Date: Sat, 9 Apr 2016 23:31:16 +0200 Subject: [PATCH] Update README.md --- riak/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/riak/README.md b/riak/README.md index e8160599..610a0d72 100644 --- a/riak/README.md +++ b/riak/README.md @@ -36,6 +36,7 @@ Create a bucket type named "ycsb"<sup id="a1">[1](#f1)</sup> by logging into one Then, if you want to use the <i>strong consistency model</i> (default), you have to follow the next two steps. 1) In every `riak.conf` file, search for the `##strong_consistency=on` line and uncomment it. It is important that you do this <b>before you start your cluster</b>! + 2) Run the following riak-admin commands: ``` -- GitLab