in-memory
-
Memcached vs. RedisDB/InMemory 2019. 9. 29. 13:54
1. Overview Both tools are powerful, fast, in-memory data stores that are useful as a cache. Both can help speed up your application by caching database results, HTML fragments, or anything else that might be expensive to generate. But Redis is more powerful, more popular, and better supported than Memcached. Memcached can only do a small fraction of the things Redis can do. Redis is better even..
-
Remote Dictionary Server(Redis) and Redis Enterprise ClusterDB/InMemory 2019. 8. 25. 08:18
1. Overview An in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indexes. 2. Description 2.1 Differences with other database systems 2.1.1 Can be considered either a store and a c..