<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Redis - 标签 - cfanzp学习笔记</title>
    <link>https://cfanzp008.github.io/tags/redis/</link>
    <description>Redis - 标签 - cfanzp学习笔记</description>
    <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>cfan.zp@qq.com (cfanzp)</managingEditor>
      <webMaster>cfan.zp@qq.com (cfanzp)</webMaster><lastBuildDate>Wed, 08 Apr 2026 16:00:00 &#43;0800</lastBuildDate><atom:link href="https://cfanzp008.github.io/tags/redis/" rel="self" type="application/rss+xml" /><item>
  <title>Another Redis Desktop Manager：更快更好更稳定的 Redis 桌面客户端</title>
  <link>https://cfanzp008.github.io/another-redis-desktop-manager/</link>
  <pubDate>Wed, 08 Apr 2026 16:00:00 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/another-redis-desktop-manager/</guid>
  <description><![CDATA[Another Redis Desktop Manager：更快更好更稳定的 Redis 桌面客户端 引言 Redis 作为最流行的内存数据库之一，在现代应用开发中扮演着重要角色。然而，选择一款好用的 Redis 客户端管理工具却并不容易。常见的 Redis 桌面客户端要么功能单一，要么在处理大量数据时容易崩溃。今天给大家介绍一款由国人开发的开源 Redis 桌面管理工具——Another Redis Desktop Manager，它以「更快、更好、更稳定」为目标，在 GitHub 上已收获 34,000+ 颗星，广受开发者好评。
什么是 Another Redis Desktop Manager Another Redis Desktop Manager 是一款现代化、轻量级的跨平台 Redis 桌面客户端，由国内开发者 qishibo 开发并维护。该项目最初于 2019 年开源，旨在为开发者提供一个更快、更好、更稳定的 Redis 可视化管理工具。
与传统的 Redis 客户端相比，Another Redis Desktop Manager 具有以下显著优势：
跨平台支持：完美兼容 Linux、Windows 和 macOS 系统 稳定可靠：经过大量实际项目验证，在处理大量数据时也不会轻易崩溃 功能丰富：支持集群、哨兵、SSL 认证等高级特性 完全免费：开源免费，无需付费即可使用全部功能 核心功能特性 1. 多连接管理 Another Redis Desktop Manager 支持同时管理多个 Redis 连接，你可以：
轻松添加、编辑、删除 Redis 连接 支持 SSH 隧道连接 保存连接密码，下次自动填充 支持连接分组，便于项目管理 2.]]></description>
</item>
<item>
  <title>redis缓存击穿,缓存穿透以及缓存雪崩问题</title>
  <link>https://cfanzp008.github.io/redis-nocache/</link>
  <pubDate>Mon, 24 Apr 2023 17:44:10 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/redis-nocache/</guid>
  <description><![CDATA[]]></description>
</item>
<item>
  <title>redis基础</title>
  <link>https://cfanzp008.github.io/redis-question/</link>
  <pubDate>Sat, 01 Apr 2023 16:40:58 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/redis-question/</guid>
  <description><![CDATA[]]></description>
</item>
<item>
  <title>RedisBloom安装与使用</title>
  <link>https://cfanzp008.github.io/redis-bloom/</link>
  <pubDate>Mon, 05 Dec 2022 17:08:19 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/redis-bloom/</guid>
  <description><![CDATA[]]></description>
</item>
<item>
  <title>redis基础入门</title>
  <link>https://cfanzp008.github.io/redis/</link>
  <pubDate>Wed, 03 Aug 2022 20:56:09 &#43;0800</pubDate>
  <author>cfanzp</author>
  <guid>https://cfanzp008.github.io/redis/</guid>
  <description><![CDATA[redis基础入门 redis是什么? Redis 是一个高性能的 key-value 数据库。 Redis 是完全开源的，遵守 BSD 协议。 Redis支持数据的持久化，即写入文件保存。 Redis 支持简单的key-value类型的数据，提供list，set，zset，hash等数据结构的存储。 Redis 支持数据的备份，即master-slave模式的数据备份。 如何下载？ 例如:下载版本5.0.4 1 wget http://download.redis.io/releases/redis-5.0.4.tar.gz 其它版本下载，访问下面地址获取: 1 http://download.redis.io/releases/ redis相关资源地址有哪些？ 官网:https://redis.io/ 官方文档:https://redis.io/documentation 中文官方网站:http://redis.cn/ github地址:https://github.com/redis/redis 如何安装？ 1 2 3 tar -xzvf redis-5.0.4.tar.gz cd redis-5.0.4 make &amp;&amp; make test &amp;&amp; make install 如何配置开机启动？ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [root@dev127 redis-5.]]></description>
</item>
</channel>
</rss>
