Skip to content

Commit

Permalink
Merge pull request #407 from CosmosTUe/staging
Browse files Browse the repository at this point in the history
Hotfix: Disable HiredisParser
  • Loading branch information
bcvandendool authored Jun 1, 2023
2 parents 6ff23a6 + 829fb0c commit e77b2d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cosmos/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"LOCATION": secret_settings.secrets["CACHE"]["REDIS_URL"],
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
"PARSER_CLASS": "redis.connection.HiredisParser",
},
}
}
Expand Down

0 comments on commit e77b2d7

Please sign in to comment.