I am using Rails, Heroku and the Dalli gem.
If I type Rails.cache.stats in the Heroku console I get {"mc2.ec2.memcachier.com:11211"=>{"cur_items"=>"408", "bytes"=>"8920696"}} whereas everywhere I Google it and here on StackOverflow it seems like I should get extensive stats like this one.
Why can’t I see the extended stats? It is very likely the same problems as this one but I am not sure.
the thing is, that you are using the memcachier plugin as a backend for the dalli-store.
the output of the
statscommand is not the regular stats that thememcachedwould give, but that of the plugin-provider.have a look at the heroku docs (search for stats) for example data of what this should return: https://devcenter.heroku.com/articles/memcachier