Skip to content

Commit aaf4f71

Browse files
committed
Add more docs
1 parent 9b49d3b commit aaf4f71

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed

website/docs/commands/analytics.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,16 @@ Array reply: a list of active channels, optionally matching the specified patter
234234
235235
---
236236
237+
### PUBSUB HELP
238+
239+
```bash
240+
PUBSUB HELP
241+
```
242+
243+
The PUBSUB HELP command returns a helpful text describing the different subcommands.
244+
245+
---
246+
237247
### PUBSUB NUMPAT
238248
#### Syntax
239249

website/docs/commands/client.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ Bulk string reply: the name of the client, or an empty string if no name is set.
5656

5757
---
5858

59+
### CLIENT HELP
60+
61+
```bash
62+
CLIENT HELP
63+
```
64+
65+
The CLIENT HELP command returns a helpful text describing the different subcommands.
66+
67+
---
68+
5969
### CLIENT SETNAME
6070

6171
#### Syntax

website/docs/commands/scripting-and-functions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ Simple string reply: OK.
6969
7070
---
7171
72+
### SCRIPT HELP
73+
74+
```bash
75+
SCRIPT HELP
76+
```
77+
78+
The SCRIPT HELP command returns a helpful text describing the different subcommands.
79+
80+
---
81+
7282
### SCRIPT LOAD
7383
7484
#### Syntax

website/docs/commands/server.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ Array reply: a nested array where each item contains:
8585
1. The key name
8686
2. An array of access flag strings that apply to that key
8787
88+
---
89+
90+
### COMMAND HELP
91+
92+
```bash
93+
COMMAND HELP
94+
```
95+
96+
The COMMAND HELP command returns a helpful text describing the different subcommands.
97+
8898
---
8999
### COMMAND INFO
90100
#### Syntax
@@ -131,6 +141,16 @@ The CONFIG GET command is used to read the configuration parameters of a running
131141
132142
Array reply: a list of configuration parameters matching the provided arguments.
133143
144+
---
145+
146+
### CONFIG HELP
147+
148+
```bash
149+
CONFIG HELP
150+
```
151+
152+
The CONFIG HELP command returns a helpful text describing the different subcommands.
153+
134154
---
135155
### CONFIG SET
136156
#### Syntax
@@ -277,6 +297,16 @@ SLOWLOG HELP
277297
278298
Returns a list of supported SLOWLOG sub-commands.
279299
300+
---
301+
302+
### MEMORY HELP
303+
304+
```bash
305+
MEMORY HELP
306+
```
307+
308+
The MEMORY HELP command returns a helpful text describing the different subcommands.
309+
280310
---
281311
### MEMORY USAGE
282312
#### Syntax

0 commit comments

Comments
 (0)