<?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 G. T. Wang</title>
    <link>https://blog.gtwang.org/tags/redis/</link>
    <description>Recent content in Redis on G. T. Wang</description>
    <generator>Hugo -- 0.162.0</generator>
    <language>zh-tw</language>
    <copyright>G. T. Wang</copyright>
    <lastBuildDate>Tue, 18 Jan 2022 07:55:49 +0800</lastBuildDate>
    <atom:link href="https://blog.gtwang.org/tags/redis/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python 以 Redis 資料庫實作發布 Publish 訂閱 Subscribe 模式教學與範例</title>
      <link>https://blog.gtwang.org/python/python-redis-database-publish-subscribe-pattern-tutorial-examples/</link>
      <pubDate>Tue, 18 Jan 2022 07:55:49 +0800</pubDate>
      <guid>https://blog.gtwang.org/python/python-redis-database-publish-subscribe-pattern-tutorial-examples/</guid>
      <description>&lt;p&gt;介紹如何在 Python 中透過 Redis 資料庫，實作訊息的發布（publish）與訂閱（subscribe）模式。&lt;/p&gt;
&lt;p&gt;

&lt;ins class=&#34;adsbygoogle&#34;
     style=&#34;display:block&#34;
     data-ad-client=&#34;ca-pub-7794009487786811&#34;
     data-ad-slot=&#34;9921134032&#34;
     data-ad-format=&#34;auto&#34;
     data-full-width-responsive=&#34;true&#34;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;

&lt;h2 id=&#34;安裝與測試-redis-py-模組&#34;&gt;安裝與測試 &lt;code&gt;redis-py&lt;/code&gt; 模組&lt;/h2&gt;
&lt;p&gt;在 Python 中若要使用 Redis 資料庫，可以採用 &lt;a href=&#34;https://github.com/redis/redis-py&#34;&gt;redis-py 模組&lt;/a&gt;，此模組可以使用 &lt;code&gt;pip&lt;/code&gt; 安裝：&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ubuntu Linux 安裝、設定 Redis 資料庫教學與範例</title>
      <link>https://blog.gtwang.org/linux/ubuntu-linux-redis-database-installation-configuration-tutorial-examples/</link>
      <pubDate>Mon, 17 Jan 2022 15:01:19 +0800</pubDate>
      <guid>https://blog.gtwang.org/linux/ubuntu-linux-redis-database-installation-configuration-tutorial-examples/</guid>
      <description>&lt;p&gt;介紹如何在 Ubuntu Linux 中安裝與設定 Redis 資料庫。&lt;/p&gt;
&lt;p&gt;

&lt;ins class=&#34;adsbygoogle&#34;
     style=&#34;display:block&#34;
     data-ad-client=&#34;ca-pub-7794009487786811&#34;
     data-ad-slot=&#34;9921134032&#34;
     data-ad-format=&#34;auto&#34;
     data-full-width-responsive=&#34;true&#34;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;

&lt;p&gt;Redis 是一種快速、開放原始碼的記憶體內鍵值資料結構存放區，以下是在 Ubuntu Linux 中安裝與設定 Redis 資料庫服務的操作步驟。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
