key-value
Here are 636 public repositories matching this topic...
-
Updated
Nov 28, 2020 - C++
Distributed transactional key-value database, originally created to complement TiDB
-
Updated
Nov 28, 2020 - Rust
BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
-
Updated
Nov 3, 2020 - Go
-
Updated
Sep 10, 2020 - JavaScript
Lightweight and blazing fast key-value database written in pure Dart.
-
Updated
Nov 19, 2020 - Dart
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
-
Updated
Nov 16, 2020 - C
immudb is a lightweight, high-speed immutable database for systems and applications
-
Updated
Nov 27, 2020 - Go
Currently we don't have any mechanism to limit the maximum number of clients that could be handled simultaneously.
This feature should be designed properly. Here is some clue: https://redis.io/topics/clients#maximum-number-of-clients
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
-
Updated
Jun 1, 2020 - C++
An Embedded NoSQL, Transactional Database Engine
-
Updated
Nov 28, 2020 - C
Immutable Ordered Key-Value Database Engine
-
Updated
Mar 21, 2020 - Rust
-
Updated
Nov 22, 2020 - C
Automatic parallelization (lock-free multithreading thread) tool developed by Surparallel Open Source.Pelagia is embedded key value database that implements a small, fast, high-reliability on ANSI C.
-
Updated
Nov 13, 2020 - C
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
-
Updated
Nov 26, 2020 - Java
A very fast transactional key-value, embedded database storage engine in Fractal-Tree. Teaching/Research purposes only.
-
Updated
Jun 20, 2020 - C
A reference use of Hashicorp's Raft implementation
-
Updated
Jul 15, 2020 - Go
-
Updated
May 12, 2018 - JavaScript
Embedded key-value store for read-heavy workloads written in Go
-
Updated
Nov 28, 2020 - Go
One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
-
Updated
Nov 29, 2020 - C
Global key-value store in the database
-
Updated
Nov 22, 2020 - PHP
Improve this page
Add a description, image, and links to the key-value topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the key-value topic, visit your repo's landing page and select "manage topics."


It is mentioned that there is an error code page for v2 protocol:
https://github.com/etcd-io/etcd/blob/ae7862e8bc8007eb396099db4e0e04ac026c8df5/server/etcdserver/api/v2error/error.go#L16
However, I can't find
Documentation/v2/errorcode.mdin this repo. Is the comment stale?