<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Go on Fadhil Dev Blog</title>
    <link>https://www.fadhil-blog.dev/tags/go/</link>
    <description>Recent content in Go on Fadhil Dev Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>© Fadhil Yaacob {year}</copyright>
    <lastBuildDate>Sat, 25 Jul 2026 17:54:51 +0800</lastBuildDate>
    <atom:link href="https://www.fadhil-blog.dev/tags/go/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Embedded distributed cache in go with distcache</title>
      <link>https://www.fadhil-blog.dev/blog/distcache/</link>
      <pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.fadhil-blog.dev/blog/distcache/</guid>
      <description>&lt;p&gt;Distributed cache is a concept where instead of your application keep a local copy of cache in its memory, it retrieve the cache from remote server in the cluster. This helps improve your cache hits, cache coherency and prevent cache stampede/thundering herd.&lt;/p&gt;&#xA;&lt;p&gt;Local cache means each server that&amp;rsquo;s making the expensive query/operation, cannot be discovered by other servers. As a result, your cache hit as a whole is low. Distributed cache using external server like Redis improve the cache hit because when 1 server retrieve the data and cache it in Redis, other servers can re-use the same data.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
