Memcached: How to remove all the keys

20 Views Asked by At

I'm newbie with memcached. I'm making a development using node with the library memcached-promisify and I would like to know how can I remove all the keys saved in the caché.

I believed that with the method flush() would be enought but ... This method doesn't exists!!!

enter image description here

How can I do that? Am I doing something wrong?

0

There are 0 best solutions below

Related Questions in MEMCACHED-PROMISIFY