Skip to content
#

key-value

Here are 695 public repositories matching this topic...

immudb
jeroiraz
jeroiraz commented Jun 3, 2021

What happened

Output generated from immuclient commands includes an additional blank line

e.g.

> ./immuclient set k0 v0
tx:		1 
key:		k0 
value:		v0 
hash:		6930a890518dad8804ffcee19d0c0759c4a31040612db8ea12beb7f7231047a0 

>

What you expected to happen

>./immuclient set k0 v0
tx:		1 
key:		k0 
value:		v0 
hash:		6930a890518dad8804ffcee19d0c0759c4a3104

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