Answer:
Redis is an advance Key-Value store, open source, NoSQL database which is primarily use for building highly scalable web applications. Redis holds its database entirely in memory and use the disk only for persistence. It has a rich set of data types like String, List, Hashes, Sets and Sorted Sets with range queries and bitmaps, hyperloglogs and geospatial indexes with radius queries. It finds is use where very high write and read speed is in demand.
|
Alert Moderator