Render · Schema

redisOptions

Options for a Redis instance

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
maxmemoryPolicy string
View JSON Schema on GitHub

JSON Schema

render-redisoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/redisOptions",
  "title": "redisOptions",
  "description": "Options for a Redis instance",
  "type": "object",
  "properties": {
    "maxmemoryPolicy": {
      "type": "string"
    }
  }
}