SLOWLOG RESET

SLOWLOG RESET
Available since:
Redis Open Source 2.2.12
Time complexity:
O(N) where N is the number of entries in the slowlog
ACL categories:
@admin, @slow, @dangerous,
Compatibility:
Redis Software and Redis Cloud compatibility

This command resets the slow log, clearing all entries in it.

Once deleted the information is lost forever.

Redis Software and Redis Cloud compatibility

Redis
Software
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active
Not supported for scripts.

Return information

RATE THIS PAGE
Back to top ↑