content/commands/config-resetstat.md
Resets the statistics reported by Redis using the [INFO]({{< relref "/commands/info" >}}) and [LATENCY HISTOGRAM]({{< relref "/commands/latency-histogram" >}}) commands.
The following is a non-exhaustive list of values that are reset:
| Redis Software | Redis Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> | |:----------------------|:-----------------|:------| | <span title="Not supported">❌ Standard</span> <span title="Not supported"><nobr>❌ Active-Active</nobr></span> | <span title="Not supported">❌ Standard</span> <span title="Not supported"><nobr>❌ Active-Active</nobr></span> | |
{{< multitabs id="config-resetstat-return-info" tab1="RESP2" tab2="RESP3" >}}
Simple string reply: OK.
-tab-sep-
Simple string reply: OK.
{{< /multitabs >}}