What's new in Valkey 9.0? Discover new features and improvements. Read the announcement.

COMMANDLOG RESET

Clears all entries from the specified type of command log.

Usage
COMMANDLOG RESET type
Complexity
O(N) where N is the number of entries in the commandlog
Since
8.1.0
ACL Categories
@admin, @dangerous, @slow
Command flags
ADMIN, LOADING, STALE

This command resets the specified type of command log, clearing all entries in it.

Once deleted the information is lost forever.