@@ -16,26 +16,25 @@ Represents a [Redis module]({{< relref "/operate/oss_and_stack/stack-with-enterp
1616| Name | Type/Value | Description |
1717| ------| ------------| -------------|
1818| uid | string | Cluster unique ID of module |
19- | architecture | string | Architecture used to compile the module |
2019| author | string | Module creator |
2120| capabilities | array of strings | List of capabilities supported by this module |
2221| capability_name | string | Short description of module functionality |
2322| command_line_args | string | Command line arguments passed to the module |
2423| compatible_redis_version | string | Redis version required by this module |
2524| config_command | string | Name of command to configure module arguments at runtime |
26- | dependencies | object dependencies | Module dependencies |
27- | description | string | Short description of the module
25+ | crdb | CRDB object | CRDB-related information about the module<br />CRDB object fields:<br />** supported_featureset_versions** : array of integers |
26+ | dependencies | dependencies object | Module dependencies |
27+ | description | string | Short description of the module |
2828| display_name | string | Name of module for display purposes |
2929| email | string | Author's email address |
3030| homepage | string | Module's homepage |
3131| is_bundled | boolean | Whether module came bundled with a version of Redis Enterprise |
32- | license | string | Module is distributed under this license
32+ | license | string | Module is distributed under this license |
3333| min_redis_pack_version | string | Minimum Redis Enterprise Software cluster version required by this module |
3434| min_redis_version | string | Minimum Redis database version required by this module. Only relevant for Redis databases earlier than v7.4. |
3535| module_file | string | Module filename |
36- | module_name | ` search ` <br />` ReJSON ` <br />` graph ` <br />` timeseries ` <br />` bf ` | Module's name<br /> |
37- | os | string | Operating system used to compile the module |
38- | os_list | array of strings | List of supported operating systems |
36+ | module_name | string | Module's name<br />Values:<br />` search ` <br />` ReJSON ` <br />` graph ` <br />` timeseries ` <br />` bf ` |
37+ | platforms | platforms object | Mapping operating system and architecture to module information (read-only) |
3938| semantic_version | string | Module's semantic version |
40- | sha256 | string | SHA256 of module binary |
39+ | sha256 | string | SHA256 of module binary (deprecated) |
4140| version | integer | Module's version |
0 commit comments