Daulet Amirkhanov

Results 2 comments of Daulet Amirkhanov

Hi @DmitryTsepelev! I picked this repo from a task on the Cult of Martians, and it's been an interesting code dive for me both into this repo as well as...

@DmitryTsepelev can you take a look at a [PR](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/70) with my MVP solution? I've debugged all the way into the ActiveSupport [RedisCacheStore implementation](https://github.com/rails/rails/blob/799d2637de4895009b0b832b783a0a9e69f019fa/activesupport/lib/active_support/cache/redis_cache_store.rb#L432), and it currently hits the write_multi implementation...