I have a use case where I need a cache basically f...
# best-practices
b
I have a use case where I need a cache basically for quick k-v access for my workflows. Is there any supported way of doing this? Say I have workflows that need to fetch info on a user and a workflow might update it. Does prefect have a built way to access some lightweight (in memory even) storage? If not, I guess I will just use redis