<?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>Redis on ToiDB</title>
    <link>https://www.toidang.xyz/tags/redis/</link>
    <description>Recent content in Redis 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>Sun, 14 Jul 2024 09:31:23 +0700</lastBuildDate>
    <atom:link href="https://www.toidang.xyz/tags/redis/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Safely Store Data on Redis in a Heavy Writing System?</title>
      <link>https://www.toidang.xyz/posts/2024/07/01/how-to-safely-store-data-on-redis-in-a-heavy-writing-system/</link>
      <pubDate>Mon, 01 Jul 2024 10:00:00 +0000</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/07/01/how-to-safely-store-data-on-redis-in-a-heavy-writing-system/</guid>
      <description>Learn how to safely store data on Redis in a heavy writing system by optimizing write operations, using data persistence mechanisms, and implementing data backup strategies.</description>
    </item>
    <item>
      <title>Interact with data in Redis</title>
      <link>https://www.toidang.xyz/posts/2024/05/12/interact-with-data-in-redis/</link>
      <pubDate>Sun, 12 May 2024 07:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/05/12/interact-with-data-in-redis/</guid>
      <description>In this article, we will explore the key features of Redis, a popular in-memory data store. We will discuss how Redis stores data, the different data structures it supports, and how you can interact with data in Redis using commands and client libraries.</description>
    </item>
    <item>
      <title>RedisGears: A Serverless Engine for Redis</title>
      <link>https://www.toidang.xyz/posts/2024/05/12/redisgears-a-serverless-engine-for-redis/</link>
      <pubDate>Sun, 12 May 2024 07:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/05/12/redisgears-a-serverless-engine-for-redis/</guid>
      <description>RedisGears is a serverless engine for Redis that allows you to run custom functions on Redis data. In this article, we will explore the features of RedisGears, how it works, and how you can use it to build serverless applications with Redis.</description>
    </item>
    <item>
      <title>Improve Redis Performance in Ruby on Rails</title>
      <link>https://www.toidang.xyz/posts/2024/05/01/improve-redis-performance-in-ruby-on-rails/</link>
      <pubDate>Wed, 01 May 2024 10:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/05/01/improve-redis-performance-in-ruby-on-rails/</guid>
      <description>Optimizing Redis performance in Ruby on Rails applications is crucial for enhancing response times and reducing latency. Learn how to improve Redis performance by implementing connection pooling, leveraging the Hiredis client library, and monitoring Redis operations.</description>
    </item>
    <item>
      <title>Redis Performance Optimization Techniques</title>
      <link>https://www.toidang.xyz/posts/2024/03/30/redis-performance-optimization-techniques/</link>
      <pubDate>Sat, 30 Mar 2024 09:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/03/30/redis-performance-optimization-techniques/</guid>
      <description>Redis is a high-performance, in-memory data store that is widely used for caching, session management, and real-time analytics. In this article, we explore some of the most effective techniques for optimizing Redis performance, including data modeling, key design, and configuration tuning.</description>
    </item>
    <item>
      <title>Page caching - Implementing Page Caching in a Rails Application with Redis</title>
      <link>https://www.toidang.xyz/posts/2021/08/06/page-caching-implementing-page-caching-in-a-rails-application-with-redis/</link>
      <pubDate>Fri, 06 Aug 2021 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2021/08/06/page-caching-implementing-page-caching-in-a-rails-application-with-redis/</guid>
      <description>Page caching is a vital strategy to enhance the performance and responsiveness of web applications by serving cached HTML pages directly to users. In this blog post, we&amp;rsquo;ll explore how to implement page caching in a Rails application using Rails middleware and Redis as the caching backend.</description>
    </item>
    <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>
