How do I clean out all data from membase database

120 Views Asked by At

I have being looking through online documentation but cant seem to find any CLI command to remove all data from membase. I am running some performance tuning and need to clean out DB each time.

Thanks,

1

There are 1 best solutions below

0
morrrowgi On

I used the following command to clear everything from database

echo 'flush_all' | netcat localhost 11211