Module interface
Specifies configuration of a redis module
Properties
args | Configuration options for the module, e.g. 'ERROR_RATE 0.01 INITIAL_SIZE 400'. |
name | The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries' |
version | The version of the module, e.g. '1.0'. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
args
Configuration options for the module, e.g. 'ERROR_RATE 0.01 INITIAL_SIZE 400'.
args?: string
Property Value
string
name
The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries'
name: string
Property Value
string
version
The version of the module, e.g. '1.0'. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string