From a6ad7e20b7815beca3d6773399495a0aafabbcef Mon Sep 17 00:00:00 2001 From: jaketothepast Date: Tue, 2 Jan 2018 21:22:21 -0500 Subject: [PATCH] Started new post --- content/post/python-and-redis.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/post/python-and-redis.md diff --git a/content/post/python-and-redis.md b/content/post/python-and-redis.md new file mode 100644 index 0000000..5cbaf52 --- /dev/null +++ b/content/post/python-and-redis.md @@ -0,0 +1,20 @@ +--- +title: "Python and Redis" +date: 2018-01-02T21:16:01-05:00 +draft: true +tags: ["python", "redis"] +--- + +# Python, Redis, and You + +As a developer I've used a lot of NoSQL stores for a lot of things. Usually as +messaging substrates, but also to hold volatile data as well. My favorite is to +employ these services as a message queue between different applications. In past +projects that I have been a part of, we have had several microservices running +at the same time in AWS that needed a scalable means to talk to eachother. With +some REST. Ha, so most times what we reached for a key-value store known as +Redis. + +## Some key points + +What Redis has offered us was a scalable nosql db