Skip to content

Commit

Permalink
configure notify-keyspace-events for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
levinandrew committed Nov 27, 2024
1 parent 6b86b4a commit be1fefb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/redis/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ resource "google_redis_instance" "default" {
auth_enabled = true

labels = var.labels

redis_configs = {
notify-keyspace-events = "K$"
}
}

0 comments on commit be1fefb

Please sign in to comment.