1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

add doc links

This commit is contained in:
Nikolay Kim 2018-01-22 23:13:18 -08:00
parent 1d23c14676
commit 4c60317926
3 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,6 @@
language: rust
rust:
- 1.20.0
- 1.21.0
- stable
- beta
- nightly

View File

@ -23,7 +23,8 @@ default = ["web"]
web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"]
[dependencies]
actix = "^0.4.4"
#actix = "^0.4.4"
actix = { git = 'https://github.com/actix/actix.git' }
log = "0.4"
backoff = "0.1"

View File

@ -1,4 +1,13 @@
# Actix redis
# Redis integration for actix framework
## Documentation
* [API Documentation (Development)](http://actix.github.io/actix-redis/actix_redis/)
* [API Documentation (Releases)](https://docs.rs/actix-redis/)
* [Chat on gitter](https://gitter.im/actix/actix)
* Cargo package: [actix-redis](https://crates.io/crates/actix-redis)
* Minimum supported Rust version: 1.21 or later
## Redis session backend