memcachier / memjs

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

Flush all? #104

Closed GeoffreyPlitt closed 6 years ago

GeoffreyPlitt commented 7 years ago

How to flush_all?

GeoffreyPlitt commented 6 years ago

@memcachier-kitten @memcachier-puppy @saschat @ovidiusabou @nbransby No support for flush?

GeoffreyPlitt commented 6 years ago

My bad. It's called "flush" for some reason. If you're going to use names that don't correspond to the actual memcached commands, you should consider adding documentation about the API to the README.

saschat commented 6 years ago

@GeoffreyPlitt Sorry, I must have missed your original issue. Memcached documentation is unfortunately not very clear. In their binary protocol documentation it is called "flush": https://github.com/memcached/memcached/wiki/BinaryProtocolRevamped#flush

GeoffreyPlitt commented 6 years ago

Gotcha!