Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ikolomi committed Jun 18, 2024
1 parent d00b748 commit 3c9dc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn create_client_internal(
errors::error_message(&redis_error)
})?;
let client = runtime
.block_on(GlideClient::new(ConnectionRequest::from(request)))
.block_on(GlideClient::new(ConnectionRequest::from(request), None))
.map_err(|err| err.to_string())?;
Ok(ClientAdapter {
client,
Expand Down

0 comments on commit 3c9dc4e

Please sign in to comment.