Managed Service for Redis API, gRPC: ClusterService.Get
- gRPC request
- GetClusterRequest
- Cluster
- Monitoring
- ClusterConfig
- RedisConfigSet5_0
- RedisConfig5_0
- ClientOutputBufferLimit
- RedisConfigSet6_0
- RedisConfig6_0
- ClientOutputBufferLimit
- RedisConfigSet6_2
- RedisConfig6_2
- ClientOutputBufferLimit
- RedisConfigSet7_0
- RedisConfig7_0
- ClientOutputBufferLimit
- Resources
- Access
- RedisConfigSet
- RedisConfig
- ClientOutputBufferLimit
- DiskSizeAutoscaling
- MaintenanceWindow
- AnytimeMaintenanceWindow
- WeeklyMaintenanceWindow
- MaintenanceOperation
Returns the specified Redis cluster.
To get the list of available Redis clusters, make a List request.
gRPC request
rpc Get (GetClusterRequest) returns (Cluster)
GetClusterRequest
{
"cluster_id": "string"
}
Field |
Description |
cluster_id |
string Required field. ID of the Redis cluster to return. |
Cluster
{
"id": "string",
"folder_id": "string",
"created_at": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "map<string, string>",
"environment": "Environment",
"monitoring": [
{
"name": "string",
"description": "string",
"link": "string"
}
],
"config": {
"version": "string",
// Includes only one of the fields `redis_config_5_0`, `redis_config_6_0`, `redis_config_6_2`, `redis_config_7_0`
"redis_config_5_0": {
"effective_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
},
"user_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
},
"default_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
}
},
"redis_config_6_0": {
"effective_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
},
"user_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
},
"default_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
}
},
"redis_config_6_2": {
"effective_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
},
"user_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
},
"default_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
}
},
"redis_config_7_0": {
"effective_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
},
"user_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
},
"default_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
}
},
// end of the list of possible fields
"resources": {
"resource_preset_id": "string",
"disk_size": "int64",
"disk_type_id": "string"
},
"backup_window_start": "google.type.TimeOfDay",
"access": {
"data_lens": "bool",
"web_sql": "bool"
},
"redis": {
"effective_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value",
"lua_time_limit": "google.protobuf.Int64Value",
"repl_backlog_size_percent": "google.protobuf.Int64Value",
"cluster_require_full_coverage": "google.protobuf.BoolValue",
"cluster_allow_reads_when_down": "google.protobuf.BoolValue",
"cluster_allow_pubsubshard_when_down": "google.protobuf.BoolValue",
"lfu_decay_time": "google.protobuf.Int64Value",
"lfu_log_factor": "google.protobuf.Int64Value",
"turn_before_switchover": "google.protobuf.BoolValue",
"allow_data_loss": "google.protobuf.BoolValue",
"use_luajit": "google.protobuf.BoolValue",
"io_threads_allowed": "google.protobuf.BoolValue"
},
"user_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value",
"lua_time_limit": "google.protobuf.Int64Value",
"repl_backlog_size_percent": "google.protobuf.Int64Value",
"cluster_require_full_coverage": "google.protobuf.BoolValue",
"cluster_allow_reads_when_down": "google.protobuf.BoolValue",
"cluster_allow_pubsubshard_when_down": "google.protobuf.BoolValue",
"lfu_decay_time": "google.protobuf.Int64Value",
"lfu_log_factor": "google.protobuf.Int64Value",
"turn_before_switchover": "google.protobuf.BoolValue",
"allow_data_loss": "google.protobuf.BoolValue",
"use_luajit": "google.protobuf.BoolValue",
"io_threads_allowed": "google.protobuf.BoolValue"
},
"default_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value",
"lua_time_limit": "google.protobuf.Int64Value",
"repl_backlog_size_percent": "google.protobuf.Int64Value",
"cluster_require_full_coverage": "google.protobuf.BoolValue",
"cluster_allow_reads_when_down": "google.protobuf.BoolValue",
"cluster_allow_pubsubshard_when_down": "google.protobuf.BoolValue",
"lfu_decay_time": "google.protobuf.Int64Value",
"lfu_log_factor": "google.protobuf.Int64Value",
"turn_before_switchover": "google.protobuf.BoolValue",
"allow_data_loss": "google.protobuf.BoolValue",
"use_luajit": "google.protobuf.BoolValue",
"io_threads_allowed": "google.protobuf.BoolValue"
}
},
"disk_size_autoscaling": {
"planned_usage_threshold": "google.protobuf.Int64Value",
"emergency_usage_threshold": "google.protobuf.Int64Value",
"disk_size_limit": "google.protobuf.Int64Value"
},
"backup_retain_period_days": "google.protobuf.Int64Value"
},
"network_id": "string",
"health": "Health",
"status": "Status",
"sharded": "bool",
"maintenance_window": {
// Includes only one of the fields `anytime`, `weekly_maintenance_window`
"anytime": "AnytimeMaintenanceWindow",
"weekly_maintenance_window": {
"day": "WeekDay",
"hour": "int64"
}
// end of the list of possible fields
},
"planned_operation": {
"info": "string",
"delayed_until": "google.protobuf.Timestamp"
},
"security_group_ids": [
"string"
],
"tls_enabled": "bool",
"deletion_protection": "bool",
"persistence_mode": "PersistenceMode",
"announce_hostnames": "bool"
}
Description of a Redis cluster. For more information, see
the Managed Service for Redis documentation.
Field |
Description |
id |
string ID of the Redis cluster. |
folder_id |
string ID of the folder that the Redis cluster belongs to. |
created_at |
Creation timestamp in RFC3339 |
name |
string Name of the Redis cluster. |
description |
string Description of the Redis cluster. 0-256 characters long. |
labels |
object (map<string, string>) Custom labels for the Redis cluster as |
environment |
enum Environment Deployment environment of the Redis cluster.
|
monitoring[] |
Description of monitoring systems relevant to the Redis cluster. |
config |
Configuration of the Redis cluster. |
network_id |
string |
health |
enum Health Aggregated cluster health.
|
status |
enum Status Cluster status.
|
sharded |
bool Redis cluster mode on/off. |
maintenance_window |
Maintenance window for the cluster. |
planned_operation |
Planned maintenance operation to be started for the cluster within the nearest |
security_group_ids[] |
string User security groups |
tls_enabled |
bool TLS port and functionality on\off |
deletion_protection |
bool Deletion Protection inhibits deletion of the cluster |
persistence_mode |
enum PersistenceMode Persistence mode
|
announce_hostnames |
bool Enable FQDN instead of ip |
Monitoring
Field |
Description |
name |
string Name of the monitoring system. |
description |
string Description of the monitoring system. |
link |
string Link to the monitoring system charts for the Redis cluster. |
ClusterConfig
Field |
Description |
version |
string Version of Redis server software. |
redis_config_5_0 |
Configuration of a Redis 5.0 server. Includes only one of the fields Configuration for Redis servers in the cluster. |
redis_config_6_0 |
Configuration of a Redis 6.0 server. Includes only one of the fields Configuration for Redis servers in the cluster. |
redis_config_6_2 |
Configuration of a Redis 6.2 server. Includes only one of the fields Configuration for Redis servers in the cluster. |
redis_config_7_0 |
Configuration of a Redis 7.0 server. Includes only one of the fields Configuration for Redis servers in the cluster. |
resources |
Resources allocated to Redis hosts. |
backup_window_start |
Time to start the daily backup, in the UTC timezone. |
access |
Access policy to DB |
redis |
Unified configuration of a Redis cluster. |
disk_size_autoscaling |
Disk size autoscaling settings |
backup_retain_period_days |
Retain period of automatically created backup in days |
RedisConfigSet5_0
Field |
Description |
effective_config |
Effective settings for a Redis 5.0 cluster (a combination of settings |
user_config |
User-defined settings for a Redis 5.0 cluster. |
default_config |
Default configuration for a Redis 5.0 cluster. |
RedisConfig5_0
Fields and structure of RedisConfig
reflects Redis configuration file
parameters.
Field |
Description |
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
password |
string Authentication password. |
databases |
Number of database buckets on a single redis-server process. |
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
slowlog_max_len |
Max slow requests number to log. |
notify_keyspace_events |
string String setting for pub\sub functionality. |
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
ClientOutputBufferLimit
Field |
Description |
hard_limit |
Total limit in bytes. |
soft_limit |
Limit in bytes during certain time period. |
soft_seconds |
Seconds for soft limit. |
RedisConfigSet6_0
Field |
Description |
effective_config |
Effective settings for a Redis 6.0 cluster (a combination of settings |
user_config |
User-defined settings for a Redis 6.0 cluster. |
default_config |
Default configuration for a Redis 6.0 cluster. |
RedisConfig6_0
Fields and structure of RedisConfig
reflects Redis configuration file
parameters.
Field |
Description |
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
password |
string Authentication password. |
databases |
Number of database buckets on a single redis-server process. |
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
slowlog_max_len |
Max slow requests number to log. |
notify_keyspace_events |
string String setting for pub\sub functionality. |
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
ClientOutputBufferLimit
Field |
Description |
hard_limit |
Total limit in bytes. |
soft_limit |
Limit in bytes during certain time period. |
soft_seconds |
Seconds for soft limit. |
RedisConfigSet6_2
Field |
Description |
effective_config |
Effective settings for a Redis 6.2 cluster (a combination of settings |
user_config |
User-defined settings for a Redis 6.2 cluster. |
default_config |
Default configuration for a Redis 6.2 cluster. |
RedisConfig6_2
Fields and structure of RedisConfig
reflects Redis configuration file
parameters.
Field |
Description |
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
password |
string Authentication password. |
databases |
Number of database buckets on a single redis-server process. |
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
slowlog_max_len |
Max slow requests number to log. |
notify_keyspace_events |
string String setting for pub\sub functionality. |
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
maxmemory_percent |
Redis maxmemory percent |
ClientOutputBufferLimit
Field |
Description |
hard_limit |
Total limit in bytes. |
soft_limit |
Limit in bytes during certain time period. |
soft_seconds |
Seconds for soft limit. |
RedisConfigSet7_0
Field |
Description |
effective_config |
Effective settings for a Redis 7.0 cluster (a combination of settings |
user_config |
User-defined settings for a Redis 7.0 cluster. |
default_config |
Default configuration for a Redis 7.0 cluster. |
RedisConfig7_0
Fields and structure of RedisConfig
reflects Redis configuration file
parameters.
Field |
Description |
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
password |
string Authentication password. |
databases |
Number of database buckets on a single redis-server process. |
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
slowlog_max_len |
Max slow requests number to log. |
notify_keyspace_events |
string String setting for pub\sub functionality. |
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
maxmemory_percent |
Redis maxmemory percent |
ClientOutputBufferLimit
Field |
Description |
hard_limit |
Total limit in bytes. |
soft_limit |
Limit in bytes during certain time period. |
soft_seconds |
Seconds for soft limit. |
Resources
Field |
Description |
resource_preset_id |
string ID of the preset for computational resources available to a host (CPU, memory etc.). |
disk_size |
int64 Volume of the storage available to a host, in bytes. |
disk_type_id |
string Type of the storage environment for the host.
|
Access
Field |
Description |
data_lens |
bool Allow access for DataLens |
web_sql |
bool Allow access for Web SQL. |
RedisConfigSet
Field |
Description |
effective_config |
Effective settings for a Redis cluster (a combination of settings |
user_config |
User-defined settings for a Redis cluster. |
default_config |
Default configuration for a Redis cluster. |
RedisConfig
Fields and structure of RedisConfig
reflects Redis configuration file
parameters.
Field |
Description |
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
password |
string Authentication password. |
databases |
Number of database buckets on a single redis-server process. |
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
slowlog_max_len |
Max slow requests number to log. |
notify_keyspace_events |
string String setting for pub\sub functionality. |
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
maxmemory_percent |
Redis maxmemory percent |
lua_time_limit |
Maximum time in milliseconds for Lua scripts, 0 - disabled mechanism |
repl_backlog_size_percent |
Replication backlog size as a percentage of flavor maxmemory |
cluster_require_full_coverage |
Controls whether all hash slots must be covered by nodes |
cluster_allow_reads_when_down |
Allows read operations when cluster is down |
cluster_allow_pubsubshard_when_down |
Permits Pub/Sub shard operations when cluster is down |
lfu_decay_time |
The time, in minutes, that must elapse in order for the key counter to be divided by two (or decremented if it has a value less <= 10) |
lfu_log_factor |
Determines how the frequency counter represents key hits. |
turn_before_switchover |
Allows to turn before switchover in RDSync |
allow_data_loss |
Allows some data to be lost in favor of faster switchover/restart |
use_luajit |
Use JIT for lua scripts and functions |
io_threads_allowed |
Allow redis to use io-threads |
ClientOutputBufferLimit
Field |
Description |
hard_limit |
Total limit in bytes. |
soft_limit |
Limit in bytes during certain time period. |
soft_seconds |
Seconds for soft limit. |
DiskSizeAutoscaling
Field |
Description |
planned_usage_threshold |
Amount of used storage for automatic disk scaling in the maintenance window, 0 means disabled, in percent. |
emergency_usage_threshold |
Amount of used storage for immediately automatic disk scaling, 0 means disabled, in percent. |
disk_size_limit |
Limit on how large the storage for database instances can automatically grow, in bytes. |
MaintenanceWindow
A maintenance window settings.
Field |
Description |
anytime |
Maintenance operation can be scheduled anytime. Includes only one of the fields The maintenance policy in effect. |
weekly_maintenance_window |
Maintenance operation can be scheduled on a weekly basis. Includes only one of the fields The maintenance policy in effect. |
AnytimeMaintenanceWindow
Field |
Description |
Empty |
WeeklyMaintenanceWindow
Weelky maintenance window settings.
Field |
Description |
day |
enum WeekDay Day of the week (in
|
hour |
int64 Hour of the day in UTC (in |
MaintenanceOperation
A planned maintenance operation.
Field |
Description |
info |
string Information about this maintenance operation. |
delayed_until |
Time until which this maintenance operation is delayed. |