문제

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