1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
Mike Perham 0973245909 Redis connection API change
old: Sidekiq.redis = Sidekiq::RedisConnection.create(:namespace => 'foo')
new: Sidekiq.redis = { :namespace => 'foo' }
2012-03-01 13:41:12 -08:00
..
config.yml Remove namespace/server CLI options, #61 2012-02-27 20:24:19 -08:00
fake_env.rb CLI testing. Not great but integration testing is tough. 2012-02-12 19:53:34 -08:00
helper.rb Update Sidekiq logging to use standard Ruby logger 2012-02-14 09:00:26 -08:00
test_cli.rb Remove namespace/server CLI options, #61 2012-02-27 20:24:19 -08:00
test_client.rb Redis connection API change 2012-03-01 13:41:12 -08:00
test_extensions.rb Redis connection API change 2012-03-01 13:41:12 -08:00
test_manager.rb Redis connection API change 2012-03-01 13:41:12 -08:00
test_middleware.rb Redis connection API change 2012-03-01 13:41:12 -08:00
test_processor.rb Remove namespace/server CLI options, #61 2012-02-27 20:24:19 -08:00
test_stats.rb Redis connection API change 2012-03-01 13:41:12 -08:00
test_testing.rb Rework redis connections so that the manager and 2012-02-11 13:14:03 -08:00