You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><aclass="reference external" href="http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers">First 5 Minutes on a Server</a></p>
271
273
</div>
272
274
273
275
</section>
@@ -421,6 +423,14 @@ <h1>CDN</h1>
421
423
<divclass="section" id="cdn-resources">
422
424
<h2>CDN Resources</h2>
423
425
<p><aclass="reference external" href="http://blog.doismellburning.co.uk/2012/07/14/using-amazon-s3-to-host-your-django-static-files/">Using Amazon S3 to host your Django static files</a></p>
<p><aclass="reference external" href="http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/">Securing Your Website</a></p>
424
434
</div>
425
435
426
436
</section>
@@ -440,7 +450,12 @@ <h1>Caching</h1>
440
450
operations and serving the precomputed answers to clients.</p>
441
451
<divclass="section" id="caching-resources">
442
452
<h2>Caching Resources</h2>
443
-
<p><aclass="reference external" href="http://memcached.org/">memcached</a> is a common in-memory caching system.</p>
453
+
<ulclass="simple">
454
+
<li><aclass="reference external" href="http://memcached.org/">memcached</a> is a common in-memory caching system.</li>
455
+
<li><aclass="reference external" href="http://redis.io/">Redis</a> is a key-value in-memory data store that can
456
+
easily be configured for caching with libraries such as
<p><aclass="reference external" href="http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers">First 5 Minutes on a Server</a></p>
<p><aclass="reference external" href="http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/">Securing Your Website</a></p>
0 commit comments