mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
One more small fix
This commit is contained in:
parent
3ff49afff1
commit
fb53288110
@ -11,7 +11,7 @@ Data structures implemented into Redis have a few special properties:
|
||||
* 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.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
If you want to know more, this is a list of selected starting points:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user