Skip to content

Commit 730f5ab

Browse files
committed
new redis resources
1 parent 0d8f801 commit 730f5ab

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

content/pages/09-data/13-redis.markdown

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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
5762
Redis' 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
6776
Redis should be customized out of its default configuration to secure it

content/pages/12-meta/01-change-log.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)