ssdb
ssdb copied to clipboard
Can not perform flushdb
Hi,
I installed ssdb 1.9.4 on my Macbook Pro and tried out some 'set' commands, and they worked well. I would like to delete all the data, so I performed 'flushdb' command, but it cannot be completed (It just wait like forever):
flushdb? yes Begin to flushdb...
Any suggestions?
Thanks, Bao Bui
flushdb kv/hash/list,... work well but flushdb without the type parameter has the above problem.
flushdb
may run for an unwilling long time when there is huge data. You can stop ssdb-server and manually delete data and meta folders then start ssdb-server, it truncates the database as flushdb
does.
Thanks for the info.
However, there is just one or two kv items. Even with a fresh install of ssdb (there is no data), the problem still exists. I think I experienced a bug with flushdb (without type parameter)...
Anyway, I just delete data and meta folders then.
I meet this problem too , ssdb version is 1.9.4, flushdb command stucks forever.