📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 12:15:07
📂
/ (Root)
/
opt
/
redis-8
/
src
/
commands
📍 /opt/redis-8/src/commands
🔄 Refresh
✏️
Editing: subscribe.json
Read Only
{ "SUBSCRIBE": { "summary": "Listens for messages published to channels.", "complexity": "O(N) where N is the number of channels to subscribe to.", "group": "pubsub", "since": "2.0.0", "arity": -2, "function": "subscribeCommand", "history": [], "command_flags": [ "PUBSUB", "NOSCRIPT", "LOADING", "STALE", "SENTINEL", "DENYOOM" ], "arguments": [ { "name": "channel", "type": "string", "multiple": true } ] } }
💾 Save Changes
❌ Cancel