Skip to content

Commit fb53288

Browse files
committed
One more small fix
1 parent 3ff49af commit fb53288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Data structures implemented into Redis have a few special properties:
1111
* 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.
1212
* Redis offers a number of features that are natural to find in a database, like replication, tunable levels of durability, cluster, high availability.
1313

14-
Another good example is to think at Redis as a more complex version of memcached, where the operations are not just SETs and GETs, but operations to work with complex data types like Lists, Sets, ordered data structures, and so forth.
14+
Another good example is to think of Redis as a more complex version of memcached, where the operations are not just SETs and GETs, but operations to work with complex data types like Lists, Sets, ordered data structures, and so forth.
1515

1616
If you want to know more, this is a list of selected starting points:
1717

0 commit comments

Comments
 (0)