Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CloudFoundry提供的redis缓存容量较小,即16MB。我知道redis有一个命令“ FLUSHALL ”,用于删除缓存中的所有键。如何在 Cloudfoundry 中做同样的事情?
您可以根据需要重新创建和重新绑定服务,除非您有任何无法迁移的特定配置。(我假设 CF.com 提供的服务应该被创建为相同的。)
如果您安装了 vmc 和 caldecott gem 并且在本地执行了 redis,那么将 FLUSHALL 发送到 redis 隧道也应该是另一种选择。您介意是否可以发送错误,为什么您无法连接到它?