PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /opt/redis-8/src/commands/
Server: Linux yellow.o2switch.net 4.18.0-553.75.1.lve.el8.x86_64 #1 SMP Tue Sep 23 15:13:30 UTC 2025 x86_64
IP: 109.234.161.246
Choose File :

Url:
Dir : //opt/redis-8/src/commands/client-list.json

{
    "LIST": {
        "summary": "Lists open connections.",
        "complexity": "O(N) where N is the number of client connections",
        "group": "connection",
        "since": "2.4.0",
        "arity": -2,
        "container": "CLIENT",
        "function": "clientCommand",
        "history": [
            [
                "2.8.12",
                "Added unique client `id` field."
            ],
            [
                "5.0.0",
                "Added optional `TYPE` filter."
            ],
            [
                "6.0.0",
                "Added `user` field."
            ],
            [
                "6.2.0",
                "Added `argv-mem`, `tot-mem`, `laddr` and `redir` fields and the optional `ID` filter."
            ],
            [
                "7.0.0",
                "Added `resp`, `multi-mem`, `rbs` and `rbp` fields."
            ],
            [
                "7.0.3",
                "Added `ssub` field."
            ],
            [
                "7.2.0",
                "Added `lib-name` and `lib-ver` fields."
            ],
            [
                "7.4.0",
                "Added `watch` field."
            ],
            [
                "8.0.0",
                "Added `io-thread` field."
            ]
        ],
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "SENTINEL"
        ],
        "acl_categories": [
            "CONNECTION"
        ],
        "command_tips": [
            "NONDETERMINISTIC_OUTPUT"
        ],
        "reply_schema": {
            "type": "string",
            "description": "Information and statistics about client connections"
        },
        "arguments": [
            {
                "token": "TYPE",
                "name": "client-type",
                "type": "oneof",
                "optional": true,
                "since": "5.0.0",
                "arguments": [
                    {
                        "name": "normal",
                        "type": "pure-token",
                        "token": "normal"
                    },
                    {
                        "name": "master",
                        "type": "pure-token",
                        "token": "master"
                    },
                    {
                        "name": "replica",
                        "type": "pure-token",
                        "token": "replica"
                    },
                    {
                        "name": "pubsub",
                        "type": "pure-token",
                        "token": "pubsub"
                    }
                ]
            },
            {
                "name": "client-id",
                "token": "ID",
                "type": "integer",
                "optional": true,
                "multiple": true,
                "since": "6.2.0"
            }
        ]
    }
}