sidekiq 0.3.0

Rust Sidekiq Client
Documentation

0.3.0 / 2016-09-10
==================

  * Use opaque struct for ClientError
  * Better error handling for create_redis_pool fn

0.2.2 / 2016-08-20
==================

  * Fix error format display on Client

0.2.1 / 2016-08-20
==================

  * Update redis,r2d2 and better error handling

0.2.0 / 2016-08-20
==================

  * Replace rustc-serialize by serde
  * Use std::time instead of time crate

0.1.3 / 2016-06-05
==================

  * Expose RedisPooledConnection

0.1.2 / 2016-05-30
==================

  * Add basic Makefile and benches
  * Use multi pipe and move get connection to new

0.1.1 / 2016-05-22
==================

  * pub use ClientOpts

0.1.0 / 2016-05-22
==================

  * Initial release