You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
721 B
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]
|
|
****
|
|
|
|
|
|
|