<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Background Job on ToiDB</title>
    <link>https://www.toidang.xyz/tags/background-job/</link>
    <description>Recent content in Background Job on ToiDB</description>
    <image>
      <title>ToiDB</title>
      <url>https://www.toidang.xyz/web/static/me-512x512.png</url>
      <link>https://www.toidang.xyz/web/static/me-512x512.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 12 Jun 2024 10:55:39 +0700</lastBuildDate>
    <atom:link href="https://www.toidang.xyz/tags/background-job/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using Redis in Rails Applications</title>
      <link>https://www.toidang.xyz/posts/2021/04/07/using-redis-in-rails-applications/</link>
      <pubDate>Wed, 07 Apr 2021 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2021/04/07/using-redis-in-rails-applications/</guid>
      <description>Redis is an open-source, in-memory data structure store known for its speed and flexibility. It serves as a high-performance database, cache, and message broker, offering various data structures such as strings, hashes, lists, sets, and sorted sets. In Rails applications, Redis is widely used for caching, session storage, background job processing, real-time analytics, and more. This article provides an introduction to Redis and its applications in Rails, along with a step-by-step installation guide for integrating Redis with a Rails application using the &lt;code&gt;redis-rails&lt;/code&gt; gem.</description>
    </item>
    <item>
      <title>Understanding Sidekiq: A Powerful Background Job Processing Solution</title>
      <link>https://www.toidang.xyz/posts/2020/03/02/understanding-sidekiq-a-powerful-background-job-processing-solution/</link>
      <pubDate>Mon, 02 Mar 2020 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2020/03/02/understanding-sidekiq-a-powerful-background-job-processing-solution/</guid>
      <description>In today&amp;rsquo;s web development landscape, handling background job processing efficiently has become crucial for building robust and scalable applications. Sidekiq stands out as a popular choice among developers due to its simplicity, reliability, and powerful features.</description>
    </item>
  </channel>
</rss>
