-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule redis-rs
updated
14 files
+1 −0 | .gitignore | |
+17 −3 | redis/src/aio/connection.rs | |
+4 −4 | redis/src/client.rs | |
+60 −23 | redis/src/cluster_async/connections_container.rs | |
+47 −166 | redis/src/cluster_async/connections_logic.rs | |
+35 −15 | redis/src/cluster_async/mod.rs | |
+4 −4 | redis/src/cluster_client.rs | |
+5 −1 | redis/src/cluster_topology.rs | |
+1 −1 | redis/tests/support/cluster.rs | |
+1 −1 | redis/tests/support/mod.rs | |
+87 −163 | redis/tests/test_async_cluster_connections_logic.rs | |
+1 −1 | redis/tests/test_basic.rs | |
+147 −0 | redis/tests/test_cluster_async.rs | |
+2 −2 | redis/tests/test_types.rs |