Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW] Add two more values for slowlog command #114

Open
hwware opened this issue Mar 10, 2023 · 0 comments
Open

[NEW] Add two more values for slowlog command #114

hwware opened this issue Mar 10, 2023 · 0 comments

Comments

@hwware
Copy link
Owner

hwware commented Mar 10, 2023

Current slowlog get command return the following 6 values as below:
127.0.0.1:6381[10]> slowlog get

  1. 1.(integer) 7
    2.(integer) 1678218844
    3.(integer) 5
    4. 1."client"
    2."getname"
    5. "127.0.0.1:58806"
    6. "MMM"

  2. 1.(integer) 6
    2.(integer) 1678218835
    3.(integer) 5
    4. 1."client"
    2."setname"
    3."MMM"
    5. "127.0.0.1:58806"
    6. "MMM"

We need add 2 more values for it:
1. database index value which represents which database client executes the command
2. acl username (default username is "default")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant