Skip to content

Commit

Permalink
fix for redis 5
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jan 16, 2024
1 parent 6d4363e commit 6aa1170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"BACKEND": "tacticalrmm.cache.TacticalRedisCache",
"LOCATION": f"redis://{REDIS_HOST}:6379",
"OPTIONS": {
"parser_class": "redis.connection.HiredisParser",
"parser_class": "redis.connection._HiredisParser",
"pool_class": "redis.BlockingConnectionPool",
"db": "10",
},
Expand Down

0 comments on commit 6aa1170

Please sign in to comment.