ModuleResponse

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

Specifies configuration of a redis module

Constructors

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

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

Link copied to clipboard

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

Link copied to clipboard

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