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