Swarmlab docs

Application development in a distributed system

Development of Distributed Systems from Design to Application


 
 
 

27 lines
721 B

= Redis -> services redisserver
*Redis* is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
The project was developed and maintained by ihttps://github.com/antirez[Salvatore Sanfilippo^]
TIP: The name Redis means *Re*mote *Di*ctionary *S*erver.
MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL).
== Main features
https://en.wikipedia.org/wiki/Redis[Wikipedia^]
=== Video = intro
****
TIP: Redis in 100 Seconds
video::G1rOthIU-uo[youtube]
****