I have a memcached bucket that I want to flush with a query.
DELETE FROM my_memcached_bucket;
Running the query above returns an error This bucket type is not supported memcached
.
How can I clean everything from my_memcached_bucket
inside of the query?