当我对 session_store 和 cache_store 使用一个 memcached 实例时会发生什么?
例如:
config.cache_store = :dalli_store, 'localhost:11211'
config.session_store = :dalli_store, 'localhost:11211'
完整的 cache_store 可以从 memcached 中删除会话吗?
谢谢你。
当我对 session_store 和 cache_store 使用一个 memcached 实例时会发生什么?
例如:
config.cache_store = :dalli_store, 'localhost:11211'
config.session_store = :dalli_store, 'localhost:11211'
完整的 cache_store 可以从 memcached 中删除会话吗?
谢谢你。