-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodules: Merge from upstream (#1383)
* Fixed clippy errors * Added support in TCP_USER_TIMEOUT
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule redis-rs
updated
8 files
+1 −1 | redis/Cargo.toml | |
+8 −0 | redis/src/aio/tokio.rs | |
+1 −1 | redis/src/client.rs | |
+6 −2 | redis/src/cluster_client.rs | |
+2 −2 | redis/src/cluster_routing.rs | |
+10 −14 | redis/src/commands/json.rs | |
+8 −7 | redis/src/commands/mod.rs | |
+1 −1 | redis/src/streams.rs |