📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 12:18:28
📂
/ (Root)
/
opt
/
redis-8
/
src
/
commands
📍 /opt/redis-8/src/commands
🔄 Refresh
✏️
Editing: pubsub-channels.json
Read Only
{ "CHANNELS": { "summary": "Returns the active channels.", "complexity": "O(N) where N is the number of active channels, and assuming constant time pattern matching (relatively short channels and patterns)", "group": "pubsub", "since": "2.8.0", "arity": -2, "container": "PUBSUB", "function": "pubsubCommand", "command_flags": [ "PUBSUB", "LOADING", "STALE" ], "arguments": [ { "name": "pattern", "type": "pattern", "optional": true } ], "reply_schema": { "description": "a list of active channels, optionally matching the specified pattern", "type": "array", "uniqueItems": true, "items": { "type": "string" } } } }
💾 Save Changes
❌ Cancel