Skip to content

Commit 61b8afa

Browse files
committed
added warning to serializer doc
1 parent 98121e0 commit 61b8afa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/configure/advanced_configurations.rst

+2
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ to use this client change your configs to look like this:
177177
Configure the serializer
178178
########################
179179

180+
**IMPORTANT NOTE:** if you are using the cache server with django's cache middleware or ``cache_page`` decorator, don't change the serializer.
181+
180182
by default django-valkey uses python's pickle library to serialize data.
181183
you can stick to pickle, use one of the alternative serializes we provide, or write your own and plug it in.
182184

0 commit comments

Comments
 (0)