08 Key-value Databases
Slides: https://webeep.polimi.it/mod/resource/view.php?id=45426
Pages
01 Introduction
In many applications performance is an essential priority , and often a small delay in response time could mean a big financial loss. For these kind of needs key-value stores were built, a type of db…
02 Redis
Redis is an advanced key-value store, where keys can contain data structures such as strings, hashes, lists, sets, and sorted sets. Supporting a set of atomic operations on these data types. Redis is…
03 Memcache
Memcache is a free & open source, high-performance, distributed memory object caching system that works as key/value dictionary . It is generic in nature , intended for use in speeding up dynamic…
Exam questions
2021 02 04 Q1 A maintenance and service management company supports public administrations in the management of public properties (parks, streets, and so on). The company needs to record the…