Skip to content

Commit

Permalink
DOC-3316 Improve descriptions of min_redis_pack_version & min_redis_v…
Browse files Browse the repository at this point in the history
…ersion (#3184)
  • Loading branch information
rrelledge authored Mar 13, 2024
1 parent 090b69f commit 9d74d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/rs/references/rest-api/objects/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Represents a [Redis module]({{<relref "/stack">}}).
| homepage | string | Module's homepage |
| is_bundled | boolean | Whether module came bundled with a version of Redis Enterprise |
| license | string | Module is distributed under this license
| min_redis_pack_version | string | Minimum Redis pack version required by this module |
| min_redis_version | string | Minimum Redis version required by this module |
| min_redis_pack_version | string | Minimum Redis Enterprise Software cluster version required by this module |
| min_redis_version | string | Minimum Redis database version required by this module |
| module_file | string | Module filename |
| module_name | `search`<br />`ReJSON`<br />`graph`<br />`timeseries`<br />`bf` | Module's name<br/> |
| os | string | Operating system used to compile the module |
Expand Down

0 comments on commit 9d74d4c

Please sign in to comment.