Redis Data Server Platform: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<ref name=[\w\s\"\-]{1,25}><\/ref>" to " ") |
m (Text replacement - ". " to ". ") |
||
Line 21: | Line 21: | ||
=== 2020 === | === 2020 === | ||
* (Wikipedia, 2020) ⇒ https://en.wikipedia.org/wiki/Redis Retrieved:2020-6-18. | * (Wikipedia, 2020) ⇒ https://en.wikipedia.org/wiki/Redis Retrieved:2020-6-18. | ||
** '''Redis'''('''Remote Dictionary Server''') is an in-memory data structure project implementing a distributed, [[in-memory database|in-memory]] [[Key-value database|key–value]] [[database]] with optional [[durability (database systems)|durability]]. Redis supports different kinds of [[abstract data structures]], such as [[String (computer science)|strings]], [[List (abstract data type)|lists]], [[Associative array|maps]], [[Set (abstract data type)|sets]], sorted sets, [[HyperLogLog]]s, [[bitmaps]], [[Stream (computing)|streams]], and [[spatial indexes]]. The project is mainly developed by Salvatore Sanfilippo and is sponsored by [[Redis Labs]]. It is [[open-source software]] released under a [[BSD licenses|BSD]] 3-clause license. | ** '''Redis'''('''Remote Dictionary Server''') is an in-memory data structure project implementing a distributed, [[in-memory database|in-memory]] [[Key-value database|key–value]] [[database]] with optional [[durability (database systems)|durability]]. Redis supports different kinds of [[abstract data structures]], such as [[String (computer science)|strings]], [[List (abstract data type)|lists]], [[Associative array|maps]], [[Set (abstract data type)|sets]], sorted sets, [[HyperLogLog]]s, [[bitmaps]], [[Stream (computing)|streams]], and [[spatial indexes]]. The project is mainly developed by Salvatore Sanfilippo and is sponsored by [[Redis Labs]]. It is [[open-source software]] released under a [[BSD licenses|BSD]] 3-clause license. | ||
=== 2015 === | === 2015 === |
Latest revision as of 13:26, 2 August 2022
A Redis Data Server Platform is an open-source in-memory DBMS.
- Example(s):
- Counter-Example(s):
- See: VMware, Cross-Platform, In-Memory Database, Key-Value Data Store, Durability (Database Systems), Redis RDB Format, Redis AOF Format.
References
2020
- (Wikipedia, 2020) ⇒ https://en.wikipedia.org/wiki/Redis Retrieved:2020-6-18.
- 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. The project is mainly developed by Salvatore Sanfilippo and is sponsored by Redis Labs. It is open-source software released under a BSD 3-clause license.
2015
- http://redis.io/
- QUOTE: Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.