File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ previously used Redis or any NoSQL data store.
2727 contains detailed steps to install and start using Redis in Python.
2828
2929* [ How To Install and Use Redis] ( https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis )
30- is a Redis starter guide.
30+ is a straightforward starter guide that includes installation instructions .
3131
3232
3333### Redis with Python
@@ -52,6 +52,11 @@ with your Python code.
5252* [ Cache_deco] ( https://github.com/alexk307/cache_deco ) is a generic Python
5353 caching decorator library.
5454
55+ * [ Write your own miniature Redis with Python] ( http://charlesleifer.com/blog/building-a-simple-redis-server-with-python/ )
56+ doesn't actually use Redis but shows how you can write a simplified
57+ version of Redis' in-memory data store with Python. It's a good article
58+ to understand more about how NoSQL data stores can work under the covers.
59+
5560
5661### Redis examples
5762Redis' wide applicability can be a downside if you don't know what to start
@@ -62,6 +67,10 @@ use cases for Redis.
6267 has a couple of examples of using Redis to analyze geospatial data and
6368 tweets.
6469
70+ * [ redis-migrate-tool] ( https://github.com/vipshop/redis-migrate-tool )
71+ is a library to make it easier to move data between redis clusters
72+ and groups.
73+
6574
6675### Redis Security
6776Redis should be customized out of its default configuration to secure it
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ on GitHub.
1616
1717## 2018
1818### January
19- * New [ Ubuntu] ( /ubuntu.html ) resources.
19+ * New [ Redis ] ( /redis.html ) and [ Ubuntu] ( /ubuntu.html ) resources.
2020* Happy New Year! This is the 6th year of Full Stack Python, coming after a
2121 wonderful [ first five years] ( /blog/five-years-full-stack-python.html ) .
2222
You can’t perform that action at this time.
0 commit comments