ModuleArgs

data class ModuleArgs(val args: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<ModuleArgs>

Specifies configuration of a redis module

Constructors

Link copied to clipboard
constructor(args: Output<String>? = null, name: Output<String>)

Properties

Link copied to clipboard
val args: Output<String>? = null

Configuration options for the module, e.g. 'ERROR_RATE 0.01 INITIAL_SIZE 400'.

Link copied to clipboard
val name: Output<String>

The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries'

Functions

Link copied to clipboard
open override fun toJava(): ModuleArgs