<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>redis &#8211; bhzhuOS爱好者(原StartOS爱好者)</title>
	<atom:link href="https://www.bhzhu203.com/tag/redis/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.bhzhu203.com</link>
	<description>QQ群号125732839</description>
	<lastBuildDate>Mon, 19 May 2025 01:54:23 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.7</generator>
	<item>
		<title>redis-docker启动命令</title>
		<link>https://www.bhzhu203.com/2025/05/19/redis-docker%e5%90%af%e5%8a%a8%e5%91%bd%e4%bb%a4/</link>
		
		<dc:creator><![CDATA[bhzhu203]]></dc:creator>
		<pubDate>Mon, 19 May 2025 01:54:23 +0000</pubDate>
				<category><![CDATA[运维]]></category>
		<category><![CDATA[运维工具]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[启动]]></category>
		<guid isPermaLink="false">https://www.bhzhu203.com/?p=480</guid>

					<description><![CDATA[docker run -dt -p 6383:6380 &#8211;name  [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>docker run -dt -p 6383:6380 &#8211;name redis8-6383 -h redis8-6383 -w /root &#8211;restart=always -v redis8-6383:/redis redis:8.0.0-alpine redis-server &#8211;save 60 1 &#8211;dir /redis &#8211;requirepass xxxxxxxxxxx &#8211;loglevel info</p>



<p>记得 docker run -it redis8-6383 chmod 777 -Rv /redis</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
