Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Qix <Qix-@users.noreply.github.com>
  • Loading branch information
LudwikJaniuk and Qix- committed Jun 12, 2019
1 parent 692a7af commit edec9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Redis is often referred as a *data structures* server. What this means is that R

Data structures implemented into Redis have a few special properties:

* Redis cares to store them on disk, even if they are always served and modified into the server memory. This means that Redis is fast, but that it is also non-volatile.
* Redis cares to store them on disk, even if they are always served and modified into the server memory. This means that Redis is fast, but also non-volatile.
* Implementation of data structures stress on memory efficiency, so data structures inside Redis will likely use less memory compared to the same data structure modeled using an high level programming language.
* Redis offers a number of features that are natural to find in a database, like replication, tunable levels of durability, cluster, high availability.

Expand Down

0 comments on commit edec9d6

Please sign in to comment.