Redis
 sql >> Cơ Sở Dữ Liệu >  >> NoSQL >> Redis

Sidekiq không tìm thấy bản ghi cho Rails Active Job

Trong User.rb

after_commit :profile_photo_job, on: :create

def profile_photo_job
    message = "Add a profile photo"
    ReminderJob.set(wait: 1800).perform_later(self.id.to_s, message)
end



  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Rails, Sidekiq - Redis NOAUTH

  2. sự cố kết nối với redis để sử dụng với nhiều thợ máy

  3. Thêm ngày hết hạn vào Redis Cache

  4. Kết nối với AWS ElastiCache bằng Mã hóa In-Transit + Xác thực từ ứng dụng khách không phải redis-cli + stunnel

  5. lưu trữ dữ liệu vào redis thông qua cron job