awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRedis Protocol Implementations

Database servers that implement the Redis serialization protocol for compatibility with the Redis ecosystem.

Distinct from Redis Protocol Parsers: Candidates focus on parsers or drivers, not the server-side implementation of the protocol.

Explore 1 awesome GitHub repository matching data & databases · Redis Protocol Implementations. Refine with filters or upvote what's useful.

Awesome Redis Protocol Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ledisdb/ledisdbledisdb 的头像

    ledisdb/ledisdb

    4,119在 GitHub 上查看↗

    LedisDB 是一个用 Go 语言构建的分布式 NoSQL 键值存储。它作为一个高性能数据库服务器,使用可插拔的存储引擎持久化简单值、计数器和复杂数据结构。 该系统实现了 Redis 协议以保持与现有客户端库和驱动程序的兼容性,同时还提供了一个通过 JSON、BSON 或 msgpack 格式公开数据库功能的 HTTP 接口。它包含一个嵌入式虚拟机,用于执行自定义服务器端 Lua 脚本以进行复杂操作。 该平台通过主节点和从节点之间的数据复制支持高可用性。其功能涵盖了多种数据结构,包括哈希、集合和有序集合,以及批量写入、数据过期和数据库访问控制等功能。

    Implements the Redis protocol to maintain compatibility with existing client libraries and drivers.

    Gogolanggoleveldbledisdb
    在 GitHub 上查看↗4,119
  1. Home
  2. Data & Databases
  3. Redis Protocol Implementations