Redis Data Server Platform
(Redirected from Redis server)
Jump to navigation
Jump to search
A Redis Data Server Platform is an open-source in-memory DBMS.
- Example(s):
- Counter-Example(s):
- See: VMware, Cross-Platform, In-Memory Database, Key-Value Data Store, Durability (Database Systems), Redis RDB Format, Redis AOF Format.
References
2020
- (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 key–value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, 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 3-clause license.
2015
- http://redis.io/
- QUOTE: 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 radius queries. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.