문제

I have a nice small social network type application in Ruby on Rails 3.2. I'd like to store the user's session files in ElastiCache in amazon. Anybody has any advice on how to do this?

I have a redis-session-store gem to store sessions in redis is there a simple way to just store session information in ElastiCache?

도움이 되었습니까?

해결책

ElastiCache is compliant with the memcache protocol. They speak the same lingo, so just configure your elasticache endpoint in rails, configure your session store, and it should Just Work.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top