aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2018-11-06 22:03:15 +0000
committerJulio Capote <jcapote@gmail.com>2018-11-06 22:03:15 +0000
commit25af3b876996f564b710b85b399dc2df16edc804 (patch)
treee08b935a2e51b6ea3a46c387cb92b55342346b40
parent395cd1e5fa4780cd84329e52ca71ea3f4178eaa9 (diff)
downloadcapotej.com-25af3b876996f564b710b85b399dc2df16edc804.tar.gz
fix rendering issue here
-rw-r--r--content/post/2013-07-28-playing-with-groupcache.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post/2013-07-28-playing-with-groupcache.markdown b/content/post/2013-07-28-playing-with-groupcache.markdown
index 550a4da..6cb7102 100644
--- a/content/post/2013-07-28-playing-with-groupcache.markdown
+++ b/content/post/2013-07-28-playing-with-groupcache.markdown
@@ -11,7 +11,7 @@ This week, [@bradfitz](http://twitter.com/bradfitz) (of memcached fame) released
By the way, I **strongly** recommend you go through the [slides](http://talks.golang.org/2013/oscon-dl.slide#1) and [README](http://github.com/golang/groupcache) before going further.
-## What groupcache isn't
+## What groupcache is not
After downloading it (without reading the [slides](http://talks.golang.org/2013/oscon-dl.slide#1)), I instinctively searched around for how to actually start the server(s), only to find nothing. Turns out, groupcache is more of a _library_ with a server built in, rather than a traditional standalone server. Another important consideration is that theres **no support for set/update/evict operations**, all you get is GET. Really fast, consistent, distributed GET's.
## What it is