Remove deprecated reference to HiredisParser

This commit is contained in:
Danielle McLean 2024-03-13 15:54:42 +11:00
parent 1490a95735
commit 6b53c00d7c
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -154,7 +154,6 @@ CACHES = {
"LOCATION": "redis://127.0.0.1:6380/0",
"KEY_PREFIX": "lemoncurry",
"OPTIONS": {
"PARSER_CLASS": "redis.connection.HiredisParser",
"SERIALIZER": "lemoncurry.msgpack.MSGPackModernSerializer",
},
"VERSION": 2,