Skip to content

Commit 1008f16

Browse files
committed
adding new redis resource
1 parent 695a745 commit 1008f16

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,6 +2172,11 @@ <h3>Key-value pair resources</h3>
21722172
<a href="https://www.youtube.com/watch?v=rP9EKvWt0zo">Scaling Redis at Twitter</a> is
21732173
a detailed look behind the scenes with a massive Redis deployment.</p>
21742174
</li>
2175+
<li>
2176+
<p><a href="http://charlesleifer.com/blog/walrus-lightweight-python-utilities-for-working-with-redis/">Walrus</a>
2177+
is a higher-level Python wrapper for Redis with some caching, querying
2178+
and data structure components build into the library.</p>
2179+
</li>
21752180
</ul>
21762181
<h2>Document-oriented</h2>
21772182
<p>A document-oriented database provides a semi-structured representation for

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>2015-01-11T15:44:39Z</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>2015-01-12T09:24:50Z</updated></feed>

no-sql-datastore.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ <h3>Key-value pair resources</h3>
7676
<a href="https://www.youtube.com/watch?v=rP9EKvWt0zo">Scaling Redis at Twitter</a> is
7777
a detailed look behind the scenes with a massive Redis deployment.</p>
7878
</li>
79+
<li>
80+
<p><a href="http://charlesleifer.com/blog/walrus-lightweight-python-utilities-for-working-with-redis/">Walrus</a>
81+
is a higher-level Python wrapper for Redis with some caching, querying
82+
and data structure components build into the library.</p>
83+
</li>
7984
</ul>
8085
<h2>Document-oriented</h2>
8186
<p>A document-oriented database provides a semi-structured representation for

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ on [hash map](http://en.wikipedia.org/wiki/Hash_table) data structures.
5555
[Scaling Redis at Twitter](https://www.youtube.com/watch?v=rP9EKvWt0zo) is
5656
a detailed look behind the scenes with a massive Redis deployment.
5757

58+
* [Walrus](http://charlesleifer.com/blog/walrus-lightweight-python-utilities-for-working-with-redis/)
59+
is a higher-level Python wrapper for Redis with some caching, querying
60+
and data structure components build into the library.
61+
5862

5963
## Document-oriented
6064
A document-oriented database provides a semi-structured representation for

0 commit comments

Comments
 (0)