stackshareio/graphql-cache

Prevent key length errors in memcached

thebadmonkeydev opened this issue · 0 comments

We should probably fix this by using an actual key generation approach like hashing...along with integration for ActiveRecord::Base#cache_key or similar. This should also be considered during the implementation of #25