forked from valkey-io/valkey
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make a light weight version (default) of DEBUG OBJECT
The light version only shows the light weight infomation, which mostly O(1). The pre-existing version that show more stats such as serializedlength is reachable with the `full` argument. This should allow looking into debug stat, even on huge lists, on which we're afraid to run the command for fear of causing a server freeze. Like 3ca451c. Signed-off-by: Binbin <[email protected]>
- Loading branch information
1 parent
7424620
commit 5d4a8bd
Showing
1 changed file
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters