506 507 508 509 510
# File 'lib/sidekiq/api.rb', line 506 def schedule(timestamp, message) Sidekiq.redis do |conn| conn.zadd(name, timestamp.to_f.to_s, Sidekiq.dump_json(message)) end end