Perhaps flushdb or flushall are options that you can look into.
In Node, with the client, these look like this:
client.flushdb( function (err, succeeded) {
console.log(succeeded); // will be true if successfull
});
Perhaps flushdb or flushall are options that you can look into.
In Node, with the client, these look like this:
client.flushdb( function (err, succeeded) {
console.log(succeeded); // will be true if successfull
});