- Add Redis implementation of external cache
- Update documentation and provide example of Redis implementation
- Add alternate key for cache
- resolve deployment issue
- Add cache flush capability
- Add delete by key capability
- Add documentation of basic usage
- Add thunk loader for DataLoader like usage.
- Add additional testing
Correct issue where cached value was inadvertently altered from original value.
Resolve issue with nested nulls in complex objects
Fix distribution issue
Remove excessive logging
Add ability to exclude keys from the cache key but still use them in the query if needed.
Resolve build issue related to babel and regenerator runtime
Initial publish of implementation with testing
Inital project publish