2013-01-07 19 views

回答

0

如果您擔心緩存可以在會話的影響(否則)你可以使用命名空間:

config.cache_store = :dalli_store, 'localhost:11211', :namespace => 'cache' 
config.session_store = :dalli_store, 'localhost:11211', :namespace => 'sessions' 
相關問題