memcachier / memjs

A memcache client for node using the binary protocol and SASL authentication
MIT License
197 stars 52 forks source link

How to clear memcached server from nodejs? #121

Closed sita-prajapati-bullhorn closed 5 years ago

sita-prajapati-bullhorn commented 5 years ago

How to clear memcached server from nodejs? Is there any methosd to clear the server? Need to clear all keys, remove all. Set to blank.

sita-prajapati-bullhorn commented 5 years ago

We can use flush() method.

saschat commented 5 years ago

Yes, you can use flush().