Advanced parameters for Aiven for Caching
See the configuration options available for Aiven for Caching:
Parameter | |||||||||
---|---|---|---|---|---|---|---|---|---|
additional_backup_regions
Additional Cloud Regions for Backup Replication | |||||||||
backup_hour
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. | |||||||||
backup_minute
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. | |||||||||
ip_filter
IP filter Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' | |||||||||
service_log
Service logging Store logs for the service so that they are available in the HTTP API and console. | |||||||||
static_ips
Static IP addresses Use static public IP addresses | |||||||||
migration
Migrate data from existing server
| |||||||||
private_access
Allow access to selected service ports from private networks
| |||||||||
privatelink_access
Allow access to selected service components through Privatelink
| |||||||||
public_access
Allow access to selected service ports from the public Internet
| |||||||||
recovery_basebackup_name
Name of the basebackup to restore in forked service | |||||||||
redis_maxmemory_policy
Redis maxmemory-policy | |||||||||
redis_pubsub_client_output_buffer_limit
Pub/sub client output buffer hard limit in MB Set output buffer limit for pub / sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan. | |||||||||
redis_number_of_databases
Number of Redis databases Set number of Redis databases. Changing this will cause a restart of the Redis service. | |||||||||
redis_io_threads
Redis IO thread count Set Redis IO thread count. Changing this will cause a restart of the Redis service. | |||||||||
redis_lfu_log_factor
Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies | |||||||||
redis_lfu_decay_time
LFU maxmemory-policy counter decay time in minutes | |||||||||
redis_ssl
Require SSL to access Redis | |||||||||
redis_timeout
Redis idle connection timeout in seconds | |||||||||
redis_notify_keyspace_events
Set notify-keyspace-events option | |||||||||
redis_persistence
Redis persistence When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked. | |||||||||
redis_acl_channels_default
Default ACL for pub/sub channels used when Redis user is created Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default. | |||||||||
redis_version
Redis major version | |||||||||
service_to_fork_from
Name of another service to fork from. This has effect only when a new service is being created. | |||||||||
project_to_fork_from
Name of another project to fork a service from. This has effect only when a new service is being created. |