zeus
3 years ago
2 changed files with 37 additions and 1 deletions
@ -0,0 +1,27 @@ |
|||||
|
= 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] |
||||
|
**** |
||||
|
|
||||
|
|
Loading…
Reference in new issue