redis-dataloader icon indicating copy to clipboard operation
redis-dataloader copied to clipboard

Batching and Caching layer using Redis as the Caching layer

Results 8 redis-dataloader issues
Sort by recently updated
recently updated
newest added

We're looking at using this library to wrap a portion of our existing data loader implementation. A headache that has come up is that `redis-dataloader` does not allow returning primitives,...

Hello, nice project! Is is possible to add typescript compability for this project?

![image](https://user-images.githubusercontent.com/85317663/130673533-da05f04d-0773-4913-a17f-dafb4e0614ba.png) I notice that this code doesn't let me load '0' as key

Curious why there is an explicit null check in the toString(). Why not treat undefined the same as null and use ''? You can see a pattern that we use...

In my personal fork of redis-dataloader I use a final dataloader instance to coalesce redis mget calls. It's super helpful, saving ~3-4 round trips per request. https://github.com/scf4/ioredis-dataloader/blob/master/index.js Side note, if...

Hi, I'm using the dataloader, but I cant send parameters besides the first parameter, cache ID Am I doing something wrong ?

Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....

dependencies