2013-01-07 51 views

回答

0

如果您担心缓存可以在会话的影响(否则)你可以使用命名空间:

config.cache_store = :dalli_store, 'localhost:11211', :namespace => 'cache' 
config.session_store = :dalli_store, 'localhost:11211', :namespace => 'sessions' 
相关问题