<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java-based RedisGears recipes on Docs</title>
    <link>https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/deprecated-features/gears-v1/jvm/recipes/</link>
    <description>Recent content in Java-based RedisGears recipes on Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/deprecated-features/gears-v1/jvm/recipes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Write-behind, write-through, and read-through caching</title>
      <link>https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/deprecated-features/gears-v1/jvm/recipes/write-behind/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/deprecated-features/gears-v1/jvm/recipes/write-behind/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;https://github.com/RedisGears/rghibernate&#34;&gt;rghibernate&lt;/a&gt; recipe uses RedisGears functions and the &lt;a href=&#34;https://hibernate.org/&#34;&gt;Hibernate&lt;/a&gt; framework to implement write-behind, write-through, and read-through caching.&lt;/p&gt;&#xA;&lt;p&gt;These caching strategies allow applications to simply connect to a Redis cache layer instead of an underlying database. Whenever the application updates data in the cache, Redis also syncs the data in the backend database.&lt;/p&gt;&#xA;&lt;p&gt;The underlying database could be an SQL database like MySQL, so you will need to provide an XML file that tells rghibernate how to map data between Redis and the other database.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
