Sdílet prostřednictvím


Module Class

Definition

Module settings

public class Module
type Module = class
Public Class Module
Inheritance
Module

Remarks

Specifies configuration of a redis module

Constructors

Module()

Initializes a new instance of the Module class.

Module(String, String, String)

Initializes a new instance of the Module class.

Properties

Args

Gets or sets configuration options for the module, e.g. 'ERROR_RATE 0.01 INITIAL_SIZE 400'.

Name

Gets or sets the name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries'

Version

Gets the version of the module, e.g. '1.0'.

Applies to