0
当我为session_store和cache_store使用一个memcached实例时会发生什么?Can Rails可以为data_store和session_store使用相同的memcached实例吗?
例如:
config.cache_store = :dalli_store, 'localhost:11211'
config.session_store = :dalli_store, 'localhost:11211'
能充分cache_store删除memcached的会议?
谢谢。