Lines Matching refs:data
8 that manipulates abstract data types and implemented as a TCP daemon.
10 values are different kinds of abstract data types. Every data type
11 represents an abstract version of a fundamental data structure. For instance
13 essence of a data type isn't just the kind of operations that the data types
14 support, but also the space and time complexity of the data type and the
17 2 - Memory storage is #1. The Redis data set, composed of defined key-value
22 perform similarly. Complex data types like Redis Sorted Sets are easy to
24 simple. Redis will continue to explore alternative options (where data can
28 3 - Fundamental data structures for a fundamental API. The Redis API is a direct
29 consequence of fundamental data structures. APIs can often be arbitrary but
30 not an API that resembles the nature of fundamental data structures. If we
32 likely know, understand and recognize the same basic data structures we have