diff options
Diffstat (limited to 'src/commands/sentinel-pending-scripts.json')
-rw-r--r-- | src/commands/sentinel-pending-scripts.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/commands/sentinel-pending-scripts.json b/src/commands/sentinel-pending-scripts.json new file mode 100644 index 0000000..6ef33ec --- /dev/null +++ b/src/commands/sentinel-pending-scripts.json @@ -0,0 +1,15 @@ +{ + "PENDING-SCRIPTS": { + "summary": "Get information about pending scripts", + "group": "sentinel", + "since": "2.8.4", + "arity": 2, + "container": "SENTINEL", + "function": "sentinelCommand", + "command_flags": [ + "ADMIN", + "SENTINEL", + "ONLY_SENTINEL" + ] + } +} |