Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
angaz committed Jun 30, 2022
1 parent 4176bdf commit dcc2510
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 1 addition & 5 deletions docs/cobra/redis-inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@



### Synopsis



### Options

```
Expand All @@ -18,4 +14,4 @@
* [redis-inventory index](redis-inventory_index.md) - Scan keys and save prefix tree in a temporary file for further rendering with display command
* [redis-inventory inventory](redis-inventory_inventory.md) - Scan keys and display summary right away with selected output and output params

###### Auto generated by spf13/cobra on 15-Sep-2021
###### Auto generated by spf13/cobra on 30-Jun-2022
3 changes: 2 additions & 1 deletion docs/cobra/redis-inventory_display.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ redis-inventory display [flags]

```
-h, --help help for display
-i, --indexFile string Name of the file where the data is saved (default "./redis-inventory.json")
-l, --logLevel string Level of logs to be displayed (default "info")
-o, --output string One of possible outputs: json, jsonp, table (default "table")
-p, --output-params string Parameters specific for output type
Expand All @@ -23,4 +24,4 @@ redis-inventory display [flags]

* [redis-inventory](redis-inventory.md) -

###### Auto generated by spf13/cobra on 15-Sep-2021
###### Auto generated by spf13/cobra on 30-Jun-2022
4 changes: 3 additions & 1 deletion docs/cobra/redis-inventory_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ redis-inventory index redis://[:<password>@]<host>:<port>[/<dbIndex>] [flags]

```
-h, --help help for index
-i, --indexFile string Name of the file where the data is saved (default "./redis-inventory.json")
-l, --logLevel string Level of logs to be displayed (default "info")
-m, --maxChildren int Maximum children node can have before start aggregating (default 10)
-k, --pattern string Glob pattern limiting the keys to be aggregated (default "*")
-c, --scanCount int Number of keys to be scanned in one iteration (argument of scan command) (default 1000)
-s, --separators string Symbols that logically separate levels of the key (default ":")
-t, --throttle int Throttle: number of nanoseconds to sleep between keys
--tls Use TLS connection
```

### SEE ALSO

* [redis-inventory](redis-inventory.md) -

###### Auto generated by spf13/cobra on 15-Sep-2021
###### Auto generated by spf13/cobra on 30-Jun-2022
3 changes: 2 additions & 1 deletion docs/cobra/redis-inventory_inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ redis-inventory inventory redis://[:<password>@]<host>:<port>[/<dbIndex>] [flags
-c, --scanCount int Number of keys to be scanned in one iteration (argument of scan command) (default 1000)
-s, --separators string Symbols that logically separate levels of the key (default ":")
-t, --throttle int Throttle: number of nanoseconds to sleep between keys
--tls Use TLS connection
```

### SEE ALSO

* [redis-inventory](redis-inventory.md) -

###### Auto generated by spf13/cobra on 15-Sep-2021
###### Auto generated by spf13/cobra on 30-Jun-2022

0 comments on commit dcc2510

Please sign in to comment.