Skip to content

Commit cb25b33

Browse files
committed
adding redis python client link
1 parent 66ec9d6 commit cb25b33

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

all.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,8 @@ <h3>Key-value pair data stores</h3>
20402040
store. Redis is often called "the Swiss Army Knife of web application
20412041
development." It can be used for caching, queuing, and storing session data
20422042
for faster access than a traditional relational database, among many other
2043-
use cases.</li>
2043+
use cases. <a href="https://github.com/andymccurdy/redis-py">Redis-py</a> is a solid
2044+
Python client to use with Redis.</li>
20442045
</ul>
20452046
<h3>Key-value pair resources</h3>
20462047
<ul>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-06T11:16:35Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-07T15:56:41Z</updated></feed>

no-sql-datastore.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ <h3>Key-value pair data stores</h3>
5959
store. Redis is often called "the Swiss Army Knife of web application
6060
development." It can be used for caching, queuing, and storing session data
6161
for faster access than a traditional relational database, among many other
62-
use cases.</li>
62+
use cases. <a href="https://github.com/andymccurdy/redis-py">Redis-py</a> is a solid
63+
Python client to use with Redis.</li>
6364
</ul>
6465
<h3>Key-value pair resources</h3>
6566
<ul>

source/content/pages/04-data/0402-no-sql-datastores.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ on [hash map](http://en.wikipedia.org/wiki/Hash_table) data structures.
4040
store. Redis is often called "the Swiss Army Knife of web application
4141
development." It can be used for caching, queuing, and storing session data
4242
for faster access than a traditional relational database, among many other
43-
use cases.
43+
use cases. [Redis-py](https://github.com/andymccurdy/redis-py) is a solid
44+
Python client to use with Redis.
4445

4546

4647
### Key-value pair resources

0 commit comments

Comments
 (0)