bcgov / rocketgate

A GraphQL-based gateway to interact with Rocket.Chat. Initally providing search functionality.
Apache License 2.0
0 stars 2 forks source link

Integrate cache with redis or memcache #5

Open patricksimonian opened 5 years ago

patricksimonian commented 5 years ago

https://www.apollographql.com/docs/apollo-server/data/data-sources/#using-memcachedredis-as-a-cache-storage-backend

There are some great instructions for introducing a cache service to speed up requests.