mirror of https://github.com/ledisdb/ledisdb.git
10 lines
212 B
JSON
10 lines
212 B
JSON
|
{
|
||
|
"addr": "127.0.0.1:6380",
|
||
|
"leveldb": {
|
||
|
"path": "/tmp/ssdb",
|
||
|
"compression": true,
|
||
|
"block_size": 32768,
|
||
|
"write_buffer_size": 2097152,
|
||
|
"cache_size": 20971520
|
||
|
}
|
||
|
}
|