1

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,

morrrowgi
  • 171
  • 3
  • 10

1 Answers1

0

I used the following command to clear everything from database

echo 'flush_all' | netcat localhost 11211

morrrowgi
  • 171
  • 3
  • 10