You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'reset all stats covered by RESETSTAT (https://redis.io/commands/config-resetstat)',
run: cli.command(async (context, heroku) => {
let api = require('../lib/shared')(context, heroku)
let addon = await api.getRedisAddon()
await cli.confirmApp(context.app, context.flags.confirm, `WARNING: Irreversible action.\nAll stats covered by RESETSTAT will be reset on ${cli.color.addon(addon.name)}.`)
let res = await api.request(`/redis/v0/databases/${addon.name}/stats/reset`, 'POST')