graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.73k stars 214 forks source link

Explicitly connect redis-client before providing to connect-redis #359

Closed fnimick closed 1 year ago

fnimick commented 1 year ago

Required as of redis v4.x and connect-redis v7.x

Resolves a ClientClosedError that occurs on requests if a REDIS_URL is provided.