Skip to content

Commit 0b3de2c

Browse files
author
Adar Ovadia
committed
Core: az affinity strategy
Signed-off-by: Adar Ovadia <adarov@amazon.com>
1 parent c15c76f commit 0b3de2c

File tree

1 file changed

+1
-1
lines changed
  • glide-core/redis-rs/redis/src/cluster_async

1 file changed

+1
-1
lines changed

glide-core/redis-rs/redis/src/cluster_async/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ where
20512051
.conn_lock
20522052
.read()
20532053
.expect(MUTEX_READ_ERR)
2054-
.connection_for_route_with_params(&route, Some(core.cluster_params.clone()))
2054+
.connection_for_route(&route)
20552055
{
20562056
ConnectionCheck::Found((conn, address))
20572057
} else {

0 commit comments

Comments
 (0)