The request and response objects in key_builder is always empty #421
Unanswered
ppanchal-mobiz
asked this question in
Q&A
Replies: 1 comment
-
This happens because I reverted to v0.1.9 due to this error: #113 (comment). So on the latest version, I am getting the |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I tried to use the
default_key_builder
and alsocustom_key_builder
withFastAPICache.init(RedisBackend(r), key_builder=custom_key_builder)
and with@cache(key_builder=custom_key_builder)
but whatever I do, I am always gettingNone
when trying to access request or response objects. Mycustom_key_builder
is given below:Beta Was this translation helpful? Give feedback.
All reactions