# Apache Ignite vs Valkey

**Leader by Vioscale score:** Valkey

| Attribute | Apache Ignite | Valkey |
|---|---|---|
| **Vioscale score** | 46.8 (32% (low)) | 56.2 (43% (low)) |
| activity.commits_last_30d | 97 | 91 |
| adoption.dependent_repos | 7 | 0 |
| adoption.github_stars | 5,079 | 26,989 |
| deployment.options | `{"on_prem":true,"self_hosted":true}` | `{"self_hosted":true}` |
| description.long | Apache Ignite is an open-source distributed database that combines in-memory storage with persistent disk-based data management, supporting ACID transactions and SQL queries across distributed clusters. | A Linux Foundation-backed open-source database server for storing and managing key-value data. Supports multiple data types and deployment modes ranging from single-node setups to distributed clusters, serving caching, message queue, and primary database use cases. |
| features.capabilities | `{"clustering":"sharded","deployment":"self_hosted","consistency":"strong","persistence":"durable","storage_tier":"in_memory","transactions":"multi_exec","licence_class":"permissive","wire_protocol":"custom","data_structures":"rich_types"}` | `{"clustering":"sharded","deployment":"self_hosted","persistence":"snapshot","eviction_ttl":true,"storage_tier":"persistent","licence_class":"permissive","multi_threaded":true,"pubsub_streams":true,"data_structures":"rich_types","redis_api_compat":"full"}` |
| integrations.count | 1 | 1 |
| integrations.list | `[{"name":"Apache Cassandra"}]` | `[{"name":"Harbor"}]` |
| language.primary | Java | C |
| license.spdx | Apache-2.0 | BSD-3-Clause |
| platform.support | `{"cli":true,"web":true}` | `{"cli":true,"mac":true,"linux":true}` |
| pricing | `{"type":"open_source","sourceUrl":"https://ignite.apache.org","retrievedAt":"2026-08-13T22:59:11.180Z"}` | `{"type":"open_source","freeTier":true,"sourceUrl":"https://valkey.io","retrievedAt":"2026-08-14T21:34:40.624Z"}` |
| pricing.free_tier | - | yes |
| pricing.model | open_source | commercial |
| pricing.price_level | free | free |
| pricing.transparent | - | yes |
| release.history | - | `[{"url":"https://github.com/valkey-io/valkey/releases/tag/9.1.1","date":"2026-07-21T23:41:58Z","type":"stable","version":"9.1.1"},{"url":"https://github.com/valkey-io/valkey/releases/tag/9.0.5","date":"2026-07-21T23:40:40Z","type":"stable","version":"9.0.5"},{"url":"https://github.com/valkey-io/valkey/releases/tag/8.1.9","date":"2026-07-21T23:38:25Z","type":"stable","version":"8.1.9"},{"url":"https://github.com/valkey-io/valkey/releases/tag/8.0.10","date":"2026-07-21T23:37:16Z","type":"stable","version":"8.0.10"},{"url":"https://github.com/valkey-io/valkey/releases/tag/7.2.14","date":"2026-07-21T21:35:40Z","type":"stable","version":"7.2.14"},{"url":"https://github.com/valkey-io/valkey/releases/tag/8.1.8","date":"2026-06-02T18:12:16Z","type":"stable","version":"8.1.8"},{"url":"https://github.com/valkey-io/valkey/releases/tag/9.1.0","date":"2026-05-19T15:05:52Z","type":"stable","version":"9.1.0"},{"url":"https://github.com/valkey-io/valkey/releases/tag/9.0.4","date":"2026-05-06T04:00:07Z","type":"stable","version":"9.0.4"},{"url":"https://github.com/valkey-io/valkey/releases/tag/8.1.7","date":"2026-05-06T04:00:12Z","type":"stable","version":"8.1.7"},{"url":"https://github.com/valkey-io/valkey/releases/tag/8.0.9","date":"2026-05-06T16:19:13Z","type":"stable","version":"8.0.9"},{"url":"https://github.com/valkey-io/valkey/releases/tag/7.2.13","date":"2026-05-06T04:00:21Z","type":"stable","version":"7.2.13"},{"url":"https://github.com/valkey-io/valkey/releases/tag/8.0.8","date":"2026-05-06T04:00:15Z","type":"stable","version":"8.0.8"},{"url":"https://github.com/valkey-io/valkey/releases/tag/9.1.0-rc2","date":"2026-04-28T17:33:18Z","type":"prerelease","version":"9.1.0-rc2"},{"url":"https://github.com/valkey-io/valkey/releases/tag/9.1.0-rc1","date":"2026-03-16T23:42:03Z","type":"prerelease","version":"9.1.0-rc1"},{"url":"https://github.com/valkey-io/valkey/releases/tag/9.0.3","date":"2026-02-24T04:06:53Z","type":"stable","version":"9.0.3"},{"url":"https://github.com/valkey-io/valkey/releases/tag/8.1.6","date":"2026-02-24T04:00:30Z","type":"stable","version":"8.1.6"},{"url":"https://github.com/valkey-io/valkey/releases/tag/8.0.7","date":"2026-02-24T03:54:23Z","type":"stable","version":"8.0.7"},{"url":"https://github.com/valkey-io/valkey/releases/tag/7.2.12","date":"2026-02-24T02:03:12Z","type":"stable","version":"7.2.12"},{"url":"https://github.com/valkey-io/valkey/releases/tag/9.0.2","date":"2026-02-03T12:53:37Z","type":"stable","version":"9.0.2"},{"url":"https://github.com/valkey-io/valkey/releases/tag/9.0.1","date":"2025-12-09T18:13:25Z","type":"stable","version":"9.0.1"}]` |
| reliability.status_page | yes | - |
| security.scorecard | 5.7 | 6.2 |
| security.vulnerabilities | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=npm&package_name=apache-ignite-client&per_page=100","last_12m":0,"max_severity":null}` | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=go&package_name=github.com%2Fvalkey-io%2Fvalkey&per_page=100","last_12m":0,"max_severity":null}` |

## Capabilities (Key-Value Stores)

| Capability | Apache Ignite | Valkey |
|---|:--:|:--:|
| **Storage** |  |  |
| Storage tier | In-memory | Persistent |
| Persistence | Fully durable | Snapshot (RDB) |
| Data structures | Rich types | Rich types |
| **Protocol** |  |  |
| Wire protocol | Custom | - |
| **Distribution** |  |  |
| Clustering | Sharded | Sharded |
| Consistency | Strong | - |
| **Ops** |  |  |
| Eviction / TTL policies | - | ✓ |
| Multi-threaded | - | ✓ |
| Pub/Sub / streams | - | ✓ |
| Transactions / atomic ops | MULTI-EXEC | - |
| **Deployment** |  |  |
| Deployment | Self-hosted | Self-hosted |
| **Licensing** |  |  |
| Licence class | Permissive OSS | Permissive OSS |
| **Compatibility** |  |  |
| Redis API compatibility | - | Full |

*Source: Vioscale. Generated 2026-09-01T17:02:12.365Z. "-" = undocumented, not absent.*
