diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 20:26:21 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 20:26:21 +0000 |
commit | 3d98eee4f2da4fecff7ce41bfe66a6b40eb2fc43 (patch) | |
tree | 622a5392f5af3782c74184fdf867da55c96bf72a /content/post/2013-07-28-playing-with-groupcache.markdown | |
parent | d15dc6c9daaaff093b825b650a079b3ac02b362e (diff) | |
download | capotej.com-3d98eee4f2da4fecff7ce41bfe66a6b40eb2fc43.tar.gz |
fix post teasers
Diffstat (limited to 'content/post/2013-07-28-playing-with-groupcache.markdown')
-rw-r--r-- | content/post/2013-07-28-playing-with-groupcache.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/post/2013-07-28-playing-with-groupcache.markdown b/content/post/2013-07-28-playing-with-groupcache.markdown index 4fd18c4..7542b38 100644 --- a/content/post/2013-07-28-playing-with-groupcache.markdown +++ b/content/post/2013-07-28-playing-with-groupcache.markdown @@ -8,6 +8,8 @@ tags: ["go", "databases", "distributed computing"] This week, [@bradfitz](http://twitter.com/bradfitz) (of memcached fame) released [groupcache](http://github.com/golang/groupcache) at OSCON 2013. I'm already a big fan of [memcached](http://memcached) and [camlistore](http://camlistore.org), so I couldn't wait to download it and kick the tires. +<!--more--> + 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 |