-
**Describe the bug**
https://github.com/flower-corp/rosedb/blob/main/list.go#L381
```go
if err = db.saveListMeta(idxTree, key, headSeq, tailSeq); err != nil {
return nil, err
}
// send disc…
-
**Describe the bug**
https://github.com/flower-corp/rosedb/blob/main/db.go#L490
```go
signal.Notify(quitSig, os.Interrupt, os.Kill, syscall.SIGHUP, syscall.SIGINT, syscall.SIGTERM, syscall.SIGQUIT)…
-
will add this command after https://github.com/flower-corp/rosedb/issues/148
-
why does the rosedb database folder show 512mb but total is
-
15:00~16:00 @ Zoom, BASE BANK, Inc.
## 参加者
@daisuzu
@budougumi0617
@glassmonkey
## お題
## ネタ
ネタがなかったら proposal: review meeting minutes をみてみよう!
https://github.com/golang/go/issues/33…
-
**Describe the bug**
I think the order of the members when they have the same key and the same score is wrong.
https://redis.io/commands/zrange/
> The order of elements is from the lowest to the …
-
https://github.com/flower-corp/rosedb/blob/4a3aa6540cd8c043886aee5f9b425245860ad335/util/hash.go#L7
I have no idea why this func define is legal? there is no alias for it, how it work?
-
我对kv数据库比较感兴趣,目前希望能够基于rust开发一个kv数据库,看了您的项目很感兴趣,希望能够基于当前的golang版本开发一个rust版本的rosedb
-
I have already discussed this matter with @roseduan.
Details are as follows.
With some read commands of structures with trees inside, may not be a thread-safe implementation.
e.g.
```
func …
-
Hello,
Using: go version go1.16 windows/amd64
I just tried to build RoseDB, but have errors:
C:\goprojects\src\RoseDB\test>go build cmd\server\main.go
cmd\grpc_server.go:6:2: no required m…