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

feat: Option to enable redis #11

Merged
merged 5 commits into from
Apr 16, 2022
Merged

feat: Option to enable redis #11

merged 5 commits into from
Apr 16, 2022

Conversation

jsbroks
Copy link
Member

@jsbroks jsbroks commented Apr 11, 2022

No description provided.

@wandb wandb deleted a comment from axolo-co bot Apr 11, 2022
Copy link
Member Author

jsbroks commented Apr 11, 2022

Still doing some testing

}

locals {
redis_connection_string = var.create_redis ? "redis://${module.redis.0.connection_string}?tls=true&ttlInSeconds=60" : null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, looks like the maxmemory policy for memorystore is volatile-lru so we'll need the TTL here too

@jsbroks jsbroks merged commit 1022cd6 into main Apr 16, 2022
@jsbroks jsbroks deleted the justin/redis branch April 16, 2022 03:39
jsbroks pushed a commit that referenced this pull request Apr 16, 2022
## [1.2.0](v1.1.0...v1.2.0) (2022-04-16)

### Features

* Option to enable redis ([#11](#11)) ([1022cd6](1022cd6))
@jsbroks
Copy link
Member Author

jsbroks commented Apr 16, 2022

This PR is included in version 1.2.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants