Max Rose-Collins
Max Rose-Collins
Thank for the tips. So something like this is more appropriate? ``` def cache_key "#{model_name.cache_key}/#{self.id}-#{self.updated_at.to_i}" end ```
Great thanks for your help. Would you recommend any changes to that method?
Any status on this? I really need this to be supported
I am having issues with this. Is there a fix?
Or the issue could be I am connecting to a shard in my controller? Does the gem make further sql statements that I need to wrap? ``` ActiveRecord::Base.connected_to(role: :reading, shard:...
At the moment I don't think you can upgrade to redis 5.0 and use hiredis so a new version would be great! Is it possible? @pietern @badboy