DataLoader custom cache cannot be used with redis even thought docs mentions it's possible.
The issue seems to be that dataloader calls get/set methods of custom cache class but expects/works only with Future type.
get
from cache expecting Future (here)
set
set
to cache value arg is Future without result value itself (here), value to the Future is set later (here)
set
should be called with real values to cache, not Future without resultI can help fixing this but I'm not sure what would be the proper way to handle this.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too