Hi Is it normal that on every request which is made to flask cache it will trigger first a GET and after a SETEX? (Monitored via redis-cli monitor) Thanks in advance just want to make sure that its really read from the cache.
Hi
Is it normal that on every request which is made to flask cache it will trigger first a GET and after a SETEX? (Monitored via redis-cli monitor)
Thanks in advance just want to make sure that its really read from the cache.