Skip to content

Commit

Permalink
Revert "Fix cache backend connection"
Browse files Browse the repository at this point in the history
This reverts commit 7215c20.
  • Loading branch information
rajadain committed Jul 7, 2024
1 parent 4c1fe4f commit a0ab3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmw/mmw/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_env_setting(setting):
environ.get('MMW_CACHE_HOST', 'localhost'),
environ.get('MMW_CACHE_PORT', 6379)),
'OPTIONS': {
'PARSER_CLASS': 'redis.connection._HiredisParser',
'PARSER_CLASS': 'redis.connection.HiredisParser',
'SOCKET_TIMEOUT': 3,
}
}
Expand Down

0 comments on commit a0ab3ce

Please sign in to comment.