Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support backup settings for Premium azurerm_redis_cache #14016

Closed
cberner opened this issue Apr 26, 2017 · 4 comments
Closed

Support backup settings for Premium azurerm_redis_cache #14016

cberner opened this issue Apr 26, 2017 · 4 comments

Comments

@cberner
Copy link

cberner commented Apr 26, 2017

Terraform Version

0.9.3

Affected Resource(s)

Please list the resources as a list, for example:

  • azurerm_redis_cache

Feature Request

I would like to be able to use the data persistence offered by Premium tier Azure Redis Cache. However, this is not available via Terraform. I have included some relevant documentation from the Azure reference pages.

References

@tombuildsstuff
Copy link
Contributor

Hi @cberner

Thanks for opening this issue.

I've taken a quick look and unfortunately it's not available in the Azure SDK at present - so I've opened an issue on the Azure SDK for Go repository - so that we can support this in the future :)

Thanks! :)

@tombuildsstuff
Copy link
Contributor

👋 @cberner

Just to provide an update about this issue: I've heard back from the Azure Redis team - apparently it's possible to configure Redis Backups using keys in the redis_configuration section:

It is intended to be possible via the 'redisConfiguration' property of the redis cache:

See the note on https://docs.microsoft.com/en-us/rest/api/redis/redis

"Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc."

Currently, each field in the Redis Configuration is listed explicitly in Terraform - so this will need a code change in Terraform to support this, but it looks like this should be relatively quick to add :)

Thanks!

@cberner
Copy link
Author

cberner commented Jun 8, 2017

👍

@ghost
Copy link

ghost commented Apr 9, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants