awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
antirez avatar

antirez/redisFork

0
View on GitHub↗
109 estrellas·11 forks·C·8 vistasredis.io↗

Redis

This document serves as both a quick start guide to Redis and a detailed resource for building it from source.

Features

  • Database Engines - In-memory key-value store with disk persistence.
  • Key-Value Stores - The primary source code repository for the in-memory data structure store.
  • Sponsored Projects - Backed by corporate sponsorship and dedicated commercial entities.

Historial de estrellas

Gráfico del historial de estrellas de antirez/redisGráfico del historial de estrellas de antirez/redis

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Redis

Proyectos open-source similares, clasificados según cuántas características comparten con Redis.
  • dicedb/diceAvatar de DiceDB

    DiceDB/dice

    10,760Ver en GitHub↗

    Dice is a low-latency key-value store based on Valkey that functions as a hierarchical storage engine. It combines a high-speed memory store with a tiered cache system to manage data across multiple storage levels. The system extends memory capacity by implementing a disk-backed cache that automatically persists evicted items to disk and restores them during cache misses. This storage tiering balances retrieval speed and operational cost by distributing data between fast memory and slower disk storage. The engine includes a query subscription service that monitors specific data patterns and

    C
    Ver en GitHub↗10,760
  • cockroachdb/pebbleAvatar de cockroachdb

    cockroachdb/pebble

    5,777Ver en GitHub↗

    Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable, write-optimized data persistence directly within applications. It organizes data using a log-structured merge-tree (LSM-tree) structure, where writes are first buffered in an in-memory skiplist memtable and persisted to a write-ahead log before being flushed to block-based SSTable files on disk. The engine supports atomic batch commits, configurable write synchronization, and automatic background compaction that merges and rewrites sorted runs to reclaim space and maintain read performanc

    Go
    Ver en GitHub↗5,777
  • akrylysov/pogrebAvatar de akrylysov

    akrylysov/pogreb

    1,350Ver en GitHub↗

    Embedded key-value store for read-heavy workloads written in Go

    Gogohash-tablekey-value
    Ver en GitHub↗1,350
  • basho/riakAvatar de basho

    basho/riak

    4,023Ver en GitHub↗

    Riak is a decentralized NoSQL key-value store designed for high availability and fault tolerance. It is a Dynamo-style distributed database that utilizes consistent hashing and eventual consistency to scale data across a cluster of nodes. The system functions as a geo-replicated datastore, synchronizing data across multiple physical locations to provide disaster recovery and maintain availability during regional outages. It employs a multi-master replication model, allowing writes to any node in the cluster. The platform covers broad capability areas including decentralized cluster coordinat

    Shell
    Ver en GitHub↗4,023
Ver las 30 alternativas a Redis→

Preguntas frecuentes

¿Qué hace antirez/redis?

This document serves as both a quick start guide to Redis and a detailed resource for building it from source.

¿Cuáles son las características principales de antirez/redis?

Las características principales de antirez/redis son: Database Engines, Key-Value Stores, Sponsored Projects.

¿Qué alternativas de código abierto existen para antirez/redis?

Las alternativas de código abierto para antirez/redis incluyen: cockroachdb/pebble — Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable,… dicedb/dice — Dice is a low-latency key-value store based on Valkey that functions as a hierarchical storage engine. It combines a… akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go. basho/riak — Riak is a decentralized NoSQL key-value store designed for high availability and fault tolerance. It is a Dynamo-style… dgraph-io/badger — Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values.… flower-corp/lotusdb — Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.