Skip to content
#

key-value

Here are 828 public repositories matching this topic...

mortehu
mortehu commented Mar 3, 2022

What happened?

If you don't pass a --name argument to your etcd processes, they will all have the name default and the cluster will operate normally. However, when you add a member, the generated ETCD_INITIAL_CLUSTER variable will have multiple entries with the name "default". When this environment variable is used, etcd will parse these into a mapping under a single key ("defau

immudb
zaza81
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
documentation good first issue
roseduan
roseduan commented May 15, 2022

rosedb is starting to support redis protocol, so you can add the commands compatible with redis protocol:

  • find variable supportedCommands in cmd/cli.go, which lists all supported commands and its handler function
  • find a method in rosedb not listed here
  • add the command and its handler function
good first issue easy
xujiajun
xujiajun commented Mar 13, 2022

I found that I don't have enough energy and ability to do nutsdb. I hope to attract more developers, especially those who are professional in this field. The development of nutsdb is still very early. When you join, the threshold for joining is very low. As long as you can go, even It’s okay if you don’t, just learn it. The most important thing is that you have enthusiasm, willingness, and learnin

good first issue
IceFireDB

IceFireDB is a database built for web3 and web2. It strives to fill the gap between web2 and web3 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability.

  • Updated Jun 3, 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.

Curate this topic

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."

Learn more