Module Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'. |