2.0.0 • Published 5 months ago
cacheiql-server v2.0.0
CacheIQL
CacheIQL is a server-side caching solution for GraphQL applications designed to enhance performance by reducing redundant query executions. It integrates seamlessly into your GraphQL server, leveraging Redis to cache responses and intelligently manage cache invalidation.
Features
Server-Side Caching: Cache GraphQL query results in Redis to reduce database load.
Cache Invalidation: Invalidate cache entries intelligently for mutations.
Middleware Integration: Easy-to-use middleware for GraphQL resolvers.
Customizable TTL: Configure time-to-live (TTL) for cached entries.