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:
parent
1d23c14676
commit
4c60317926
@ -1,6 +1,6 @@
|
|||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
- 1.20.0
|
- 1.21.0
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
@ -23,7 +23,8 @@ default = ["web"]
|
|||||||
web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"]
|
web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "^0.4.4"
|
#actix = "^0.4.4"
|
||||||
|
actix = { git = 'https://github.com/actix/actix.git' }
|
||||||
|
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
backoff = "0.1"
|
backoff = "0.1"
|
||||||
|
11
README.md
11
README.md
@ -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
|
## Redis session backend
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user