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 的 Rails。
我知道的命令redis-cli是:
redis-cli
expire key 100
但是resque添加任务时不知道怎么设置过期时间,怎么办?
获取redis连接:
Resque.redis.expire "key", 100
redis 在redis-rbgem中定义
redis-rb