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!!!
How can I do that? Am I doing something wrong?
