EnterpriseDatabaseModule

data class EnterpriseDatabaseModule(val args: String? = null, val name: String, val version: String? = null)

Constructors

Link copied to clipboard
constructor(args: String? = null, name: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val args: String? = null

Configuration options for the module (e.g. ERROR_RATE 0.00 INITIAL_SIZE 400). Changing this forces a new resource to be created. Defaults to "".

Link copied to clipboard

The name which should be used for this module. Possible values are RedisBloom, RedisTimeSeries, RediSearch and RedisJSON. Changing this forces a new Redis Enterprise Database to be created.

Link copied to clipboard
val version: String? = null