From 7a9e97ab83e5d3e49f8e1aca056e159692ebc5ed Mon Sep 17 00:00:00 2001 From: skyline75489 Date: Sat, 13 Sep 2014 21:02:37 +0800 Subject: [PATCH] Update redis.md --- en/redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/redis.md b/en/redis.md index 6277daa..df5a1e4 100644 --- a/en/redis.md +++ b/en/redis.md @@ -140,7 +140,7 @@ Redis did add support for virtual memory. However, this feature has been seen as ## Putting It Together -We've touched on a number of high level topics. The last thing I want to do before diving into Redis is bring some of those topics together. Specifically, query limitations, data structures and Redis' way to store data in memory. +We've touched on a number of high level topics. The last thing I want to do before diving into Redis is to bring some of those topics together. Specifically, query limitations, data structures and Redis' way to store data in memory. When you add those three things together you end up with something wonderful: speed. Some people think "Of course Redis is fast, everything's in memory." But that's only part of it. The real reason Redis shines versus other solutions is its specialized data structures.