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'.

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'.

version?: string

Property Value

string