Skip to content

Commit

Permalink
Add redis streams capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Terkwood committed May 18, 2020
1 parent e3484ae commit a5458b8
Show file tree
Hide file tree
Showing 4 changed files with 1,890 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async-std = { version = "1.5.0", optional = true}
async-trait = "0.1.24"

[features]
default = ["geospatial", "tokio-comp", "async-std-comp", "script"]
default = ["streams", "geospatial", "tokio-comp", "async-std-comp", "script"]
aio = ["bytes", "pin-project-lite", "futures-util", "futures-util/sink", "tokio/sync", "tokio/stream", "tokio/tcp", "tokio/uds", "tokio/io-util", "tokio-util", "tokio-util/codec", "combine/tokio-02"]
tokio-rt-core = ["tokio-comp", "tokio/rt-core"]
geospatial = []
Expand Down
Loading

0 comments on commit a5458b8

Please sign in to comment.