Skip to content

Commit

Permalink
Merge pull request #8 from Luit/patch-2
Browse files Browse the repository at this point in the history
Weird use of brackets in README.md
  • Loading branch information
nf committed Aug 1, 2013
2 parents 1d5ab13 + 8a39167 commit 9db4a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ In a nutshell, a groupcache lookup of **Get("foo")** looks like:

3. Amongst all the peers in my set of N, am I the owner of the key
"foo"? (e.g. does it consistent hash to 5?) If so, load it. If
other callers come in (via the same process or via RPC requests
other callers come in, via the same process or via RPC requests
from peers, they block waiting for the load to finish and get the
same answer). If not, RPC to the peer that's the owner and get
same answer. If not, RPC to the peer that's the owner and get
the answer. If the RPC fails, just load it locally (still with
local dup suppression).

Expand Down

0 comments on commit 9db4a8a

Please sign in to comment.