Back to Graphql Ruby

Dalli Configuration

guides/object_cache/memcached.md

2.6.1304 B
Original Source

GraphQL::Enterprise::ObjectCache can also run with a Memcached backend via the Dalli client gem.

Set it up by passing a Dalli::Client instance as dalli: ..., for example:

ruby
use GraphQL::Enterprise::OperationStore, dalli: Dalli::Client.new(...)