#
key-value
Here are 801 public repositories matching this topic...
database
nosql
key-value
graph-database
graphdb
distributed-database
document-database
multi-model
arangodb
-
Updated
Feb 25, 2022 - C++
Distributed transactional key-value database, originally created to complement TiDB
-
Updated
Feb 25, 2022 - Rust
Apache ZooKeeper
java
distributed-systems
database
key-value
service-discovery
consensus
apache
zookeeper
coordination
configuration-management
distributed-database
hacktoberfest
distributed-configuration
zab
-
Updated
Feb 25, 2022 - Java
Open
Quickstart review
1
zaza81
commented
Oct 19, 2021
- Missing information on how to create other databases
- Missing information on how to switch to other databases
- When using time travel, we don’t know where to get the transaction number from - we should show this to the user after committing data (this may be a missing capability in immudb / tools).
- The last long query example in the quick start is incorrect (incorrect
BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
-
Updated
Dec 24, 2021 - Go
javascript
library
database
key-value
storage
cookies
localstorage
indexeddb
sessionstorage
key-value-database
key-value-store
-
Updated
Feb 17, 2022 - JavaScript
Lightweight and blazing fast key-value database written in pure Dart.
-
Updated
Feb 25, 2022 - Dart
Open
getSet不是原子的
yellowUmbrellaTM
commented
Jan 10, 2022
getset应该是原子操作吧,这么实现并发读写就有问题了
buraksezer
commented
Aug 30, 2020
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
2
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.
-
Updated
Feb 19, 2022 - Go
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
caching
http
nosql
key-value
https
high-performance
proxy
cache
http2
restful
load-balancer
reverse-proxy
haproxy
http-cache
nuster
-
Updated
Dec 7, 2021 - C
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.
redis
rocksdb
c-plus-plus
database
lua
server
nosql
key-value
leveldb
lmdb
persistence
percona
nosql-database
wiredtiger
forestdb
-
Updated
Nov 12, 2021 - C++
An Embedded NoSQL, Transactional Database Engine
-
Updated
Jul 26, 2021 - C
nodejs
android
c
java
dart
swift
ios
json
embedded
react-native
database
osx
nosql
key-value
websocket
jni
reactnative
flutter
ejdb
kv-store
-
Updated
Feb 25, 2022 - C
Immutable Ordered Key-Value Database Engine
-
Updated
Mar 21, 2020 - Rust
a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more
-
Updated
Jan 31, 2022 - 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
Feb 23, 2022 - C
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
kotlin
java
database
nosql
key-value
db
transactional
embedded-database
entity-store
log-structured
schema-less
snapshot-isolation
xodus
youtrack
-
Updated
Feb 14, 2022 - Java
Embedded key-value store for read-heavy workloads written in Go
-
Updated
Aug 27, 2021 - Go
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
Jun 15, 2021 - Go
cloud native decentralized distributed nosql database, Web3 world access point, based on RESP,RAFT,OSS,IPFS and blockchain.
redis
golang
distributed-systems
oss
database
nosql
key-value
storage
high-performance
cache
raft
leveldb
ipfs
persistence
blockchain
databases
kvstore
distributed-database
web3
cloudnative
-
Updated
Feb 25, 2022 - Go
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."
What happened?
Not really a bug, but maybe unexpected behavior. Since
etcdctl delaccepts an optional second parameter which deletes all keys in a range, these are very easy mistakes to make: