fastapi-cache icon indicating copy to clipboard operation
fastapi-cache copied to clipboard

Response data not cached in Redis

Open vildantursic opened this issue 2 years ago • 1 comments

I've implemented example from Github README docs and examples folder and none of them caches data, I've tested using redis directly from python and it works fine but with lib nothing is happening, and no issue is shown.

fastapi-cache2 0.2.1 python 3.10.9

vildantursic avatar May 29 '23 16:05 vildantursic

same things. No keys showing in "redis-cli"

harun-niftycoders avatar Nov 06 '23 13:11 harun-niftycoders