Skip to content

Commit

Permalink
Update production.py for redis issue (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyk3 authored Jan 8, 2025
1 parent 8dbac34 commit b8cfd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.github_repository}}/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"LOCATION": env("REDIS_URL", default="redis://localhost:6379/0"),
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
"PARSER_CLASS": "redis.connection.HiredisParser",
"PARSER_CLASS": "redis.connection._HiredisParser",
"CONNECTION_POOL_CLASS": "redis.BlockingConnectionPool",
"CONNECTION_POOL_CLASS_KWARGS": {
{%- if cookiecutter.add_heroku.lower() == "y" %}
Expand Down

0 comments on commit b8cfd2e

Please sign in to comment.