0.3.0-alpha • Published 2 years ago

dataloader-redis v0.3.0-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

dataloader-redis

Motivating problem is data aggregation layer caching for a schema-stitched graphql microservices backend deployed to kubernetes.

In early development, works with a test project, actual tests coming soon.

Any and all feedback welcome.

import DataLoaderRedis from 'dataloader-redis'

// ...

const loader = new DataLoaderRedis<KeyType, ValueType>(redisConnection, async (keys : KeyType[]) => { /* ... */ }, { ttl: 60, options: { /* dataloader Options */ }})

// ... and use as you would a standard DataLoader
0.3.0-alpha

2 years ago

0.0.12-alpha

2 years ago

0.0.11-alpha

2 years ago

0.0.10-alpha

2 years ago

0.0.7-alpha

2 years ago

0.0.8-alpha

2 years ago

0.0.6-alpha

2 years ago

0.0.5-alpha

2 years ago

0.0.4-alpha

2 years ago

0.0.3-alpha

2 years ago

0.0.2-alpha

2 years ago