吴祖洋

Results 170 comments of 吴祖洋
trafficstars

1. do not do any thing to BackendSync, it will take effect when any slave disconnected. 2. Slave is not designated to work after a call to `stop()`, so you...

If you shutdown B and delete its meta and data folder, then you don't need to invoke delete and add slave command on it.

var目录会包含data, meta, 日志和其它文件。另外,SSDB只占用额外的固定空间,不会无限增长。

在 ssdb-cli 里执行 flushdb 可以同时清理 data 和 meta 数据。

SSDB有自己删除数据的逻辑,会综合考虑性能和空间占用。

cache_size 可以设置为你的内存的一半, write_buffer_size 使用默认值.

Hi, 建议只修改网络层, 增加 kdel 命令, 这个命令只是调用 del 命令. 这样, PR 改动的地方越少越好.

or, you can ignore output from stderr ``` echo "get a" | ./tools/ssdb-cli 2>/dev/null ```

应该是达到 Windows 的连接数限制.