On the memcachier faq page I see that the supported platform providers are Heroku, AppFog, AWS and a few others, but GitHub Pages is not mentioned explicitly. Furthermore, they say:

What does the memcachier gem do?

The memcachier gem is relevant for customers in Heroku, AppFog, and cloudControl. It copies the MEMCACHIER* environment variables to MEMCACHE*, which is where most client libraries expect to find SASL credentials.

So, in other words, the question is: does it make sense to use the memcachier and dalli gems on my Octopress blog, hosted on GitHub Pages?

有帮助吗?

解决方案

GitHub pages runs a small subset of plugins / gems. memcachier and dalli gems are not on the list

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top