Redis 是一款流行的内存型数据库,数据以键值对形式存储,常用作缓存和消息队列中间件。支持的数据类型有 Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps。
分布式、可靠的KV数据存储服务器
#向量搜索引擎#Dragonfly 可能是最快的内存存储库,是Redis和Memcached替代品,完全兼容其API
A flexible distributed key-value datastore that is optimized for caching and other realtime workloads.
Distributed transactional key-value database, originally created to complement TiDB
Fast key-value DB in Go.
翻译 - Go中的快速键值数据库。
#数据库#arangodb 是一个多模型数据库,支持document文档、K/V、以及图的数据库
ZooKeeper 是一个分布式协调服务,用于注册中心、配置中心、同步服务、订阅发布
Garnet 是一个微软开源的高性能的缓存服务器,可兼容现有的Redis Client
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
翻译 - immudb是用于系统和应用程序的轻量级高速不可变数据库
Lightweight, fast and reliable key/value storage engine based on Bitcask.
BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
翻译 - BuntDB是Go的可嵌入内存键/值数据库,具有自定义索引和地理空间支持
#安全#Lightweight and blazing fast key-value database written in pure Dart.
A generic dynamo implementation for different k-v storage engines
翻译 - 适用于不同k-v存储引擎的通用dynamo实现
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
翻译 - 用纯Go编写的简单,快速,可嵌入的持久键/值存储。它支持完全可序列化的事务和许多数据结构,例如列表,集合,排序集合。
Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.
翻译 - 分布式缓存和内存键/值数据存储。它既可以用作嵌入式Go库,也可以用作独立于语言的服务。
🔩 A relentless key-value store for the browser.