Skip to content

Commit

Permalink
Merge pull request #37 from skyline75489/patch-1
Browse files Browse the repository at this point in the history
Update redis.md
  • Loading branch information
karlseguin committed Sep 13, 2014
2 parents a6063d9 + 7a9e97a commit 877a366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/redis.md
Expand Up @@ -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.

Expand Down

0 comments on commit 877a366

Please sign in to comment.