Stars
Watchers
Forks
Last Commit
C
bsd-3-clause
All data in Redis is stored in RAM, delivering the fastest possible access times to the data for both read and write requests.
Written in ANSI C, Redis compiles into extremely efficient machine code and requires little overhead. It uses a (mostly) singlethreaded event loop model that optimally uses the CPU core it's running on. The data structures used internally are implemented for maximum performance.
Data stored in Redis can be in any form and size. Redis is binary-safe so it can store any data, from human readable text to encoded binaries. A single data element in Redis can range in size from 0 bytes to 0.5GB, allowing it to cache almost any datum.
Data is stored and fetched from Redis by key. Keybased access allows for extremely efficient access times, and this model maps naturally to caching. Redis provides the customary GET and SET semantics for interacting with the data.
Select an open-source software and start using it in under 5 minutes.
Migrate your software and data between our supported cloud providers any time you want.
A guaranteed monthly price covers everything: compute, storage, bandwidth, updates, security & maintenance.
Our in-house monitoring and alerting tools allow us to provide up to 99.99% uptime guarantees for enterprise deployments.
We deliver all services on dedicated virtual machines: you get full access to the underlying resources and kernel-level security.
All connections between your computer, the dashboard and your services are encrypted end-to-end with TLS, and all data is encrypted at rest.
Here are some most commonly asked questions