Small spelling correction (#5502)

Mimicing > Mimicking
This commit is contained in:
Christian Jensen 2024-10-30 00:13:20 -07:00 committed by GitHub
parent 571f8787eb
commit 9bef46c198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ CACHES = {
"LOCATION": REDIS_URL,
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
# Mimicing memcache behavior.
# Mimicking memcache behavior.
# https://github.com/jazzband/django-redis#memcached-exceptions-behavior
"IGNORE_EXCEPTIONS": True,
},