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.