- Finish switch to time crate
- Rustfmt
- Start to switch from chrono to time crate
- Highlight all the code
- Merge pull request #16 from @Norio4 / add-perform_at
- Add public function perform_at() for Client
- Cargo lint fixes
- README: fix last version
- Merge pull request #15 from @Norio4 / add_perform_in
- Add public function perform_in() for Client
- Update badge and others minor updates
- Merge pull request #14 from spk/dependabot/add-v2-config-file
- Upgrade to GitHub-native Dependabot
- Update r2d2_redis requirement from 0.13 to 0.14
- Add github actions
- Cargo fmt
- Update rand to 0.8
- Cargo fmt
- Merge pull request #12 from @liaden / patch-1
- Make ClientError public
- Cargo.toml: Rust 2018
- Cargo.toml: Makefile => Justfile
- Switch Makefile to Justfile
- Update README [ci skip]
- Implement std::error::Error for ClientError
- Remove deprecated Error::description and Error::cause
- Update r2d2_redis to 0.13
- Rust edition 2018 fix
- Fix bench for simple push
- Use of deprecated item 'try': use the '?' operator instead
- Merge pull request #5 from @jkcclemens / update
- chore: update r2d2_redis
- Update r2d2_redis and use exported r2d2 from it
- Use exported redis from r2d2_redis
- Update rand to 0.7
- README,LICENSE: bump year and fix travis badge
- travis: remove preview component
- Merge pull request #4 from @jkcclemens / master
- chore: update redis and r2d2_redis
- Update rand to 0.6
- Remove clippy from Cargo.toml
- README remove experimental status badge
- Merge pull request #3 from @jkcclemens
- chore: update redis and r2d2_redis
- Fix fmt
- Fix rust fmt ci check
- Update rand to 0.5
- Clippy allow failures on travis
- clippy fix redundant field names in struct initialization
- Add Dependency status badge
- Update rand to 0.4
- Update year [ci skip]
- Fix fmt
- Update r2d2 and r2d2_redis
- Fix clippy warnings and rust fmt
- README: use master as ci badge
- Fix clippy warnings
- Add code formatting check
- Always use last clippy version
- Update serde to 1.0
- Add the
html_root_url
attribute to the crate - Less strict deps
- Add REDIS_URL_ENV const
- Add clippy check
- Update redis and r2d2_redis
- Update to serde 0.9
- Merge pull request #1 from @ttdonovan feature/push-bulk
- pub fn push_bulk Client
- Use opaque struct for ClientError
- Better error handling for create_redis_pool fn
- Fix error format display on Client
- Update redis,r2d2 and better error handling
- Replace rustc-serialize by serde
- Use std::time instead of time crate
- Expose RedisPooledConnection
- Add basic Makefile and benches
- Use multi pipe and move get connection to new
- pub use ClientOpts
- Initial release