ledisdb/store/config.go

15 lines
207 B
Go
Raw Normal View History

2014-07-25 13:58:00 +04:00
package store
type Config struct {
Name string
Path string
//for leveldb, goleveldb, rocksdb
Compression bool
BlockSize int
WriteBufferSize int
CacheSize int
MaxOpenFiles int
}