update README

This commit is contained in:
hdt3213
2021-06-05 15:12:48 +08:00
parent 6ee2789d6f
commit 8ec9a25e64
4 changed files with 219 additions and 226 deletions

2
db.go
View File

@@ -18,7 +18,7 @@ import (
const (
dataDictSize = 1 << 16
ttlDictSize = 1 << 10
lockerSize = 128
lockerSize = 1024
aofQueueSize = 1 << 16
)