<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Redis%3A%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85</id>
	<title>Redis:环境安装 - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Redis%3A%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85"/>
	<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Redis:%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85&amp;action=history"/>
	<updated>2026-06-03T01:07:17Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.riguz.com/index.php?title=Redis:%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85&amp;diff=1652&amp;oldid=prev</id>
		<title>imported&gt;Soleverlee：​以“安装Redis:  *Linux Ubuntu: &lt;source lang=&quot;bash&quot;&gt; sudo apt-get install redis-server &lt;/source&gt; *Windows [https://github.com/MSOpenTech/redis/releases 下载msi安装...”为内容创建页面</title>
		<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Redis:%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85&amp;diff=1652&amp;oldid=prev"/>
		<updated>2016-08-05T10:51:55Z</updated>

		<summary type="html">&lt;p&gt;以“安装Redis:  *Linux Ubuntu: &amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt; sudo apt-get install redis-server &amp;lt;/source&amp;gt; *Windows [https://github.com/MSOpenTech/redis/releases 下载msi安装...”为内容创建页面&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;安装Redis:&lt;br /&gt;
&lt;br /&gt;
*Linux&lt;br /&gt;
Ubuntu:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install redis-server&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
*Windows&lt;br /&gt;
[https://github.com/MSOpenTech/redis/releases 下载msi安装包]后安装即可。&lt;br /&gt;
&lt;br /&gt;
启动 Redis：&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
redis-server&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
查看 redis 是否还在运行&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
redis-cli&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
这将打开一个 Redis 提示符，如下所示：&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
redis 127.0.0.1:6379&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
在上面的提示信息中：127.0.0.1 是本机的IP地址，6379是 Redis 服务器运行的端口。现在输入 PING 命令，如下图所示：&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
redis 127.0.0.1:6379&amp;gt; ping&lt;br /&gt;
PONG&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Image:Redis_Hello.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Soleverlee</name></author>
	</entry>
</feed>