Managed Key-Value Cache
A Redis-compatible in-memory cache, self-service
Provision a key-value cache compatible with the Redis 7.2 API directly from the console, reachable on your cluster's internal network. Managed credentials, built-in monitoring and GitOps deployment.
Specifications
Compatibility
Redis API 7.2
Sizes
128 MB to 4 GB
Connection
Internal redis:// URI
Eviction
8 policies
Use cases
Speed up your applications
Keep frequently accessed data in memory to ease the load on your database and cut response times, using your existing Redis libraries
Redis API 7.2 compatibleHandle temporary data
User sessions, lightweight queues, counters: an in-memory cache for your ephemeral data, reachable on the cluster's internal network
Internal redis:// URIRate-limit and count
Implement rate limiting, real-time counters or lightweight locks with Redis-compatible operations
8 eviction policiesIn action
The developer speeding up an API
An API repeatedly reads the same data and wants to reduce the load on its database
- 1 Create a cache from the console by picking a size preset
- 2 Retrieve the redis:// connection URI from the secret manager
- 3 Connect the application with a standard Redis library
- 4 Cache the frequently accessed data
Lower response times, database load reduced
The team sharing session state
A web application needs to share session state across several instances
- 1 Provision a cache dedicated to sessions
- 2 Pick a suitable eviction policy (allkeys-lru by default)
- 3 Point the application instances at the internal URI
- 4 Rotate the credentials from the console when needed
Session state shared across instances, credentials managed for you
Key benefits
Ready to speed up your applications?
Provision a Redis-compatible key-value cache from your console and connect your applications with your existing libraries.
Request a demo