File tree 4 files changed +23
-5
lines changed
source/content/pages/04-data
4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -1872,8 +1872,15 @@ <h3>Key-value pair data stores</h3>
1872
1872
</ ul >
1873
1873
< h3 > Key-value pair resources</ h3 >
1874
1874
< ul >
1875
- < li > "< a href ="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis "> How To Install and Use Redis</ a > "
1876
- is a guide for getting up with the extremely useful in-memory data store.</ li >
1875
+ < li >
1876
+ < p > "< a href ="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis "> How To Install and Use Redis</ a > "
1877
+ is a guide for getting up with the extremely useful in-memory data store.</ p >
1878
+ </ li >
1879
+ < li >
1880
+ < p > This video on
1881
+ < a href ="https://www.youtube.com/watch?v=rP9EKvWt0zo "> Scaling Redis at Twitter</ a > is
1882
+ a detailed look behind the scenes with a massive Redis deployment.</ p >
1883
+ </ li >
1877
1884
</ ul >
1878
1885
< h2 > Document-oriented</ h2 >
1879
1886
< p > A document-oriented database provides a semi-structured representation for
Original file line number Diff line number Diff line change 1
1
<?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-09-16T08:58:53Z </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-09-17T08:14:55Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -63,8 +63,15 @@ <h3>Key-value pair data stores</h3>
63
63
</ ul >
64
64
< h3 > Key-value pair resources</ h3 >
65
65
< ul >
66
- < li > "< a href ="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis "> How To Install and Use Redis</ a > "
67
- is a guide for getting up with the extremely useful in-memory data store.</ li >
66
+ < li >
67
+ < p > "< a href ="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis "> How To Install and Use Redis</ a > "
68
+ is a guide for getting up with the extremely useful in-memory data store.</ p >
69
+ </ li >
70
+ < li >
71
+ < p > This video on
72
+ < a href ="https://www.youtube.com/watch?v=rP9EKvWt0zo "> Scaling Redis at Twitter</ a > is
73
+ a detailed look behind the scenes with a massive Redis deployment.</ p >
74
+ </ li >
68
75
</ ul >
69
76
< h2 > Document-oriented</ h2 >
70
77
< p > A document-oriented database provides a semi-structured representation for
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ on [hash map](http://en.wikipedia.org/wiki/Hash_table) data structures.
47
47
* "[ How To Install and Use Redis] ( https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis ) "
48
48
is a guide for getting up with the extremely useful in-memory data store.
49
49
50
+ * This video on
51
+ [ Scaling Redis at Twitter] ( https://www.youtube.com/watch?v=rP9EKvWt0zo ) is
52
+ a detailed look behind the scenes with a massive Redis deployment.
53
+
50
54
51
55
## Document-oriented
52
56
A document-oriented database provides a semi-structured representation for
You can’t perform that action at this time.
0 commit comments