<?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>Pro-Tek Blog &#187; Memcached</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/memcached/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>EXPLAIN HOW MEMCACHED SHOULD NOT BE USED?</title>
		<link>http://www.pro-tekconsulting.com/blog/explain-how-memcached-should-not-be-used/</link>
		<comments>http://www.pro-tekconsulting.com/blog/explain-how-memcached-should-not-be-used/#comments</comments>
		<pubDate>Thu, 04 May 2017 03:02:14 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Memcached]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=1975</guid>
		<description><![CDATA[<p>Explain how Memcached should not be used? Memcached common misuse is to use it as a data store, and not as a cache. Never use Memcached as the only source of the information you need to run your application. Data should always be available through another source as well. Memcached is just a key or [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/explain-how-memcached-should-not-be-used/">EXPLAIN HOW MEMCACHED SHOULD NOT BE USED?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>Explain how Memcached should not be used?</h4>
<ul>
<li>Memcached common misuse is to use it as a data store, and not as a cache.</li>
<li>Never use Memcached as the only source of the information you need to run your application. Data should always be available through another source as well.</li>
<li>Memcached is just a key or value store and cannot perform query over the data or iterate over the contents to extract information.</li>
<li>Memcached does not offer any form of security either in encryption or authentication.</li>
</ul>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/explain-how-memcached-should-not-be-used/">EXPLAIN HOW MEMCACHED SHOULD NOT BE USED?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/explain-how-memcached-should-not-be-used/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
