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.
此外,围绕“管理结构”(如标题中的那些)管理 Resque 的最佳实践是什么?我应该用jedis.del(String key)或类似的东西清除它们吗?
jedis.del(String key)
resque:failed是 Resque 本身的失败队列,而是 Resqueresque:stat的统计层,所以没有深入研究代码,我猜这resque:stat:failed是 Resque 遇到的失败次数的统计计数。
resque:failed
resque:stat
resque:stat:failed
这个就看个人看法了。对我来说,管理它们的最佳方式始终是首先通过 UI,然后通过控制台/后端(如果不可能的话)。我尽量避免使用redis/手动清除/设置密钥,jedis因为我不想冒险搞砸。
redis
jedis