Product
Redis Software
IT InfrastructureKey Value Databases
The modern, general purpose database platform.
☆☆☆☆☆ 0.0 Based on 0 Reviews
Redis Software
Learn More
About the Redis Software
Redis (Remote Dictionary Server) is an open-source, in-memory data structure store used as a database, cache, message broker, and streaming engine. It's known for its incredible speed and performance, as all data is stored in memory, which allows for sub-millisecond latency. Redis supports a wide variety of data structures, including strings, hashes, lists, sets, and more. It offers built-in replication, Lua scripting, and high availability features. While primarily an in-memory database, it also provides optional on-disk persistence for durability.