Skip to content

Commit

Permalink
Submodules: Pull changes from amazon-contributing/redis-rs (#1347)
Browse files Browse the repository at this point in the history
redis-rs: Pull changes from submodule
  • Loading branch information
barshaul authored Apr 29, 2024
1 parent 2766989 commit df3e3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glide-core/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ fn parse_timeout_to_f64(cmd: &Cmd, timeout_idx: usize) -> RedisResult<f64> {
"Expected to find timeout value at index {:?} for command {:?}. Recieved command = {:?}",
timeout_idx,
std::str::from_utf8(&cmd.command().unwrap_or_default()),
std::str::from_utf8(&cmd.get_packed_command())
cmd
),
))
};
Expand Down
2 changes: 1 addition & 1 deletion submodules/redis-rs

0 comments on commit df3e3dd

Please sign in to comment.