mobc-redis-cluster 0.1.1

Redis support for the mobc connection pool
Documentation
language: rust
rust:
  - stable
  - nightly

matrix:
  allow_failures:
    - rust: stable
  fast_finish: true

script:
  - RUST_BACKTRACE=1 cargo test --verbose --all