Redis Doc
0x01 Introduce
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 redius queries.