# Redis

> Serve your agents fresh data at Redis speed

- **Canonical URI:** https://www.vioscale.ai/software/redis
- **Category:** Key-Value Stores
- **Vendor:** Redis Ltd.
- **Homepage:** https://redis.io
- **Also known as:** redis-db
- **Profile claimed by vendor:** no
- **Last updated:** 2026-08-01T21:25:57.125Z

## Vioscale score

**69.2 / 100**, confidence 39% (low).

Composite of weighted, independently-sourced signals (no user reviews, no vendor payment).

| Signal | Score | Weight | Contribution | Evidence present |
|---|--:|--:|--:|:--:|
| reliability | 0 | 0.05 | 0 | - |
| docs_quality | 0 | 0.06 | 0 | - |
| github_stars | 90.9 | 0.05 | 4.5 | ✓ |
| integrations | 0 | 0.08 | 0 | - |
| github_activity | 66.7 | 0.16 | 10.7 | ✓ |
| release_cadence | 75 | 0.1 | 7.5 | ✓ |
| security_posture | 40 | 0.16 | 6.4 | ✓ |
| package_downloads | 0 | 0.16 | 0 | - |
| pricing_transparency | 100 | 0.08 | 8 | ✓ |
| stackoverflow_activity | 78.8 | 0.1 | 7.9 | ✓ |

## Pricing

_As of 2026-07-27, [verify at source](https://redis.io). Independently observed._

from $0.01/mo · Usage-based · Free tier

> From $0.007/hour. Free tier with 30 MB.

| Plan | Price | Free | Commitment |
|---|---|:--:|---|
| Free | Free | ✓ | - |
| Essentials | From $0.007/hour, minimum $5/month | - | - |
| Pro | From $0.014/hour, minimum $200/month | - | - |

### Free

30 MB single database on shared cloud deployment

**Included limits:** storage: 30 MB, databases: 1

- Shared cloud deployment
- Best-effort SLA
- Community support

### Essentials

250 MB - 100 GB shared cloud deployment

**Included limits:** storage: 250 MB - 100 GB

- Single database
- SAML SSO, RBAC
- Encryption in transit and at rest
- Up to 99.99% uptime
- Basic support

### Pro

Dedicated cloud deployment with unlimited resources

- Dedicated deployment
- Unlimited RAM, multiple databases
- Active-active multi-region
- Private connectivity
- Up to 99.999% uptime
- Redis Data Integration (RDI)

### Add-ons

- **Redis Flex**

## About

Redis is a real-time data platform providing in-memory caching with sub-millisecond latency, streaming, session management, search, and ML feature stores.

_Independently observed._

## Platform & deployment

- **Platforms:** CLI, Web
- **Deployment:** Cloud / SaaS, On-premise, Self-hosted

## Capabilities

_The capabilities that matter for Key-Value Stores. "-" = undocumented, not absent._

| Capability | Supported |
|---|:--:|
| **Storage** | |
| Storage tier | In-memory |
| Persistence | Fully durable |
| Data structures | Rich types |
| **Protocol** | |
| Wire protocol | - |
| **Distribution** | |
| Clustering | - |
| Consistency | - |
| **Ops** | |
| Eviction / TTL policies | - |
| Multi-threaded | - |
| Pub/Sub / streams | ✓ |
| Transactions / atomic ops | - |
| **Deployment** | |
| Deployment | Managed |
| **Licensing** | |
| Licence class | Permissive OSS |
| **Compatibility** | |
| Redis API compatibility | Full |

## FAQ

### What is Redis and what is it primarily used for?

Redis is an in-memory data platform that stores and retrieves data at high speed, making it ideal for applications requiring real-time performance. It serves use cases including caching, session management, message queuing, leaderboards, fraud detection, and vector search for AI applications.

_Source: [https://redis.io](https://redis.io)._

### Is Redis open-source or commercial?

Redis offers both options: Redis Open Source is free and available under an open-source license (version 8.0 and later uses a tri-license model with RSALv2, SSPLv1, or AGPLv3). For commercial users, Redis Inc. provides Redis Cloud (fully managed) and Redis Software (self-managed on-premise), both with paid plans.

_Source: [https://github.com/redis/redis](https://github.com/redis/redis)._

### What programming languages and platforms does Redis support?

Redis provides official client libraries for Python, Node.js, Java, Go, and .NET, plus numerous community-maintained libraries for other languages. This wide language support makes it compatible with most modern development stacks.

_Source: [https://redis.io](https://redis.io)._

### What data types does Redis support?

Redis supports a wide range of data types including strings, lists, sets, sorted sets, hashes, streams, JSON, geospatial indexes, time-series data, and vector sets. This variety enables developers to optimize for different use cases from simple key-value storage to complex AI vector search.

_Source: [https://redis.io/docs/latest/develop/data-types/](https://redis.io/docs/latest/develop/data-types/)._

### How can you deploy Redis?

Redis offers three deployment options: Redis Open Source for self-managed on-premise installations, Redis Software for self-managed hybrid deployments, and Redis Cloud for fully managed cloud hosting on AWS, Azure, or Google Cloud. This flexibility allows organizations to choose based on their infrastructure and operational preferences.

_Source: [https://redis.io](https://redis.io)._

### What is the pricing model for Redis Cloud?

Redis Cloud operates on a tiered model with a free tier (limited to 30 MB), an Essentials tier starting from $5 per month for shared deployment, and a Pro tier (minimum $200 per month) for dedicated deployment with multi-region capabilities. Pricing is based on data size, with option to pay hourly or commit to monthly plans.

_Source: [https://redis.io/pricing/](https://redis.io/pricing/)._

### What are common alternatives to Redis?

Common alternatives include Memcached for simple caching, database caching layers, key-value stores like DynamoDB or MongoDB, and message brokers like Apache Kafka. The choice depends on whether the primary need is ultra-fast caching, persistent storage, complex queries, or message streaming.

_Source: [https://redis.io](https://redis.io)._

### Does Redis provide persistence and data reliability?

Redis offers optional persistence through snapshotting and append-only file (AOF) logging, though its primary design prioritizes speed via in-memory storage. For critical data, users typically pair Redis with a persistent database or use Redis Cloud's backup features. Advanced plans on Redis Cloud provide up to 99.999% uptime SLA with active-active multi-region deployment.

_Source: [https://redis.io](https://redis.io)._


## Facts

Every value below carries its source and our confidence. Facts are re-crawled on a freshness schedule.

### adoption

| Attribute | Value | Source | Retrieved | Confidence |
|---|---|---|---|---|
| adoption.stackoverflow_questions | 26,000 | [link](https://stackoverflow.com/questions/tagged/redis) | 2026-07-30 | 75% (high) |
| adoption.github_stars | 75,789 | [link](https://github.com/redis/redis) | 2026-08-01 | 90% (high) |

### release

| Attribute | Value | Source | Retrieved | Confidence |
|---|---|---|---|---|
| release.cadence_days | 45 | [link](https://github.com/redis/redis/releases) | 2026-07-30 | 70% (medium) |

### license

| Attribute | Value | Source | Retrieved | Confidence |
|---|---|---|---|---|
| license.spdx | RSALv2 | [link](https://redis.io/legal/licenses/) | 2026-07-30 | 85% (high) |

### pricing

| Attribute | Value | Source | Retrieved | Confidence |
|---|---|---|---|---|
| pricing.model | commercial | [link](https://redis.io) | 2026-08-01 | 60% (medium) |
| pricing.free_tier | no | [link](https://redis.io) | 2026-08-01 | 60% (medium) |
| pricing.transparent | no | [link](https://redis.io) | 2026-08-01 | 60% (medium) |
| pricing.starting_gbp | 0.007 | [link](https://redis.io) | 2026-07-27 | 60% (medium) |
| pricing.price_level | unknown | [link](https://redis.io) | 2026-08-01 | 60% (medium) |

### security

| Attribute | Value | Source | Retrieved | Confidence |
|---|---|---|---|---|
| security.soc2 | yes | [link](https://redis.io/trust) | 2026-08-01 | 75% (high) |
| security.disclosure_policy | yes | [link](https://redis.io/.well-known/security.txt) | 2026-08-01 | 60% (medium) |
| security.gdpr | yes | [link](https://redis.io/trust) | 2026-08-01 | 75% (high) |
| security.hipaa | yes | [link](https://redis.io/trust) | 2026-08-01 | 75% (high) |
| security.iso27001 | yes | [link](https://redis.io/trust) | 2026-08-01 | 75% (high) |
| security.pci | yes | [link](https://redis.io/trust) | 2026-08-01 | 75% (high) |

### language

| Attribute | Value | Source | Retrieved | Confidence |
|---|---|---|---|---|
| language.primary | C | [link](https://github.com/redis/redis) | 2026-08-01 | 90% (high) |

### content

| Attribute | Value | Source | Retrieved | Confidence |
|---|---|---|---|---|
| content.faq | `[{"answer":"Redis is an in-memory data platform that stores and retrieves data at high speed, making it ideal for applications requiring real-time performance. It serves use cases including caching, session management, message queuing, leaderboards, fraud detection, and vector search for AI applications.","source":"https://redis.io","question":"What is Redis and what is it primarily used for?","confidence":0.95},{"answer":"Redis offers both options: Redis Open Source is free and available under an open-source license (version 8.0 and later uses a tri-license model with RSALv2, SSPLv1, or AGPLv3). For commercial users, Redis Inc. provides Redis Cloud (fully managed) and Redis Software (self-managed on-premise), both with paid plans.","source":"https://github.com/redis/redis","question":"Is Redis open-source or commercial?","confidence":0.95},{"answer":"Redis provides official client libraries for Python, Node.js, Java, Go, and .NET, plus numerous community-maintained libraries for other languages. This wide language support makes it compatible with most modern development stacks.","source":"https://redis.io","question":"What programming languages and platforms does Redis support?","confidence":0.92},{"answer":"Redis supports a wide range of data types including strings, lists, sets, sorted sets, hashes, streams, JSON, geospatial indexes, time-series data, and vector sets. This variety enables developers to optimize for different use cases from simple key-value storage to complex AI vector search.","source":"https://redis.io/docs/latest/develop/data-types/","question":"What data types does Redis support?","confidence":0.95},{"answer":"Redis offers three deployment options: Redis Open Source for self-managed on-premise installations, Redis Software for self-managed hybrid deployments, and Redis Cloud for fully managed cloud hosting on AWS, Azure, or Google Cloud. This flexibility allows organizations to choose based on their infrastructure and operational preferences.","source":"https://redis.io","question":"How can you deploy Redis?","confidence":0.93},{"answer":"Redis Cloud operates on a tiered model with a free tier (limited to 30 MB), an Essentials tier starting from $5 per month for shared deployment, and a Pro tier (minimum $200 per month) for dedicated deployment with multi-region capabilities. Pricing is based on data size, with option to pay hourly or commit to monthly plans.","source":"https://redis.io/pricing/","question":"What is the pricing model for Redis Cloud?","confidence":0.9},{"answer":"Common alternatives include Memcached for simple caching, database caching layers, key-value stores like DynamoDB or MongoDB, and message brokers like Apache Kafka. The choice depends on whether the primary need is ultra-fast caching, persistent storage, complex queries, or message streaming.","source":"https://redis.io","question":"What are common alternatives to Redis?","confidence":0.88},{"answer":"Redis offers optional persistence through snapshotting and append-only file (AOF) logging, though its primary design prioritizes speed via in-memory storage. For critical data, users typically pair Redis with a persistent database or use Redis Cloud's backup features. Advanced plans on Redis Cloud provide up to 99.999% uptime SLA with active-active multi-region deployment.","source":"https://redis.io","question":"Does Redis provide persistence and data reliability?","confidence":0.91}]` | [link](https://redis.io) | 2026-07-30 | 92% (high) |

### market

| Attribute | Value | Source | Retrieved | Confidence |
|---|---|---|---|---|
| market.availability | `{"source":"https://redis.io","hqCountry":"US","confidence":0.95,"primaryMarkets":["US"],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}` | [link](https://redis.io) | 2026-07-30 | 95% (high) |

### activity

| Attribute | Value | Source | Retrieved | Confidence |
|---|---|---|---|---|
| activity.commits_last_30d | 59 | [link](https://github.com/redis/redis/pulse) | 2026-08-01 | 65% (medium) |

### reliability

| Attribute | Value | Source | Retrieved | Confidence |
|---|---|---|---|---|
| reliability.status_page | yes | [link](https://status.redis.io) | 2026-08-01 | 60% (medium) |

---
*Source: Vioscale (https://www.vioscale.ai/software/redis). Independent, evidence-based software intelligence. Cite the canonical URI.*
