apollo-server/packages/apollo-server-caching
Clarence Ngoh 43627ec221 Add support for Redis and Memcached with ttls (#1191)
* Refactored caching connectors into their own packages
- apollo-server-caching (exports interface for KeyValueCache)
- apollo-server-caching-memcached
- apollo-server-caching-redis
One issue now is that there is duplication of mocks and test code in each of the packages. It would be better if we had centralized integration tests for all cache connectors, community contributed or otherwise.

* export test suite for cache connectors from `apollo-server-caching`

* fixed tsconfig.json

* added @types
2018-06-18 19:36:51 -07:00
..
src Add support for Redis and Memcached with ttls (#1191) 2018-06-18 19:36:51 -07:00
.gitignore Add support for Redis and Memcached with ttls (#1191) 2018-06-18 19:36:51 -07:00
.npmignore Add support for Redis and Memcached with ttls (#1191) 2018-06-18 19:36:51 -07:00
package.json Add support for Redis and Memcached with ttls (#1191) 2018-06-18 19:36:51 -07:00
tsconfig.json Add support for Redis and Memcached with ttls (#1191) 2018-06-18 19:36:51 -07:00