Full Collection Scan
-
Data Caching with RedisFramework/Node.js 2020. 2. 22. 14:48
1. Overview Redis (Remote Dictionary Server) is 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. Intuition 2.1 Index search case We have this index over here for s..