Redis Data Server Platform: Difference between revisions

From GM-RKB
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.



References

2020

2015