Skip to content

Commit

Permalink
Update glide-core/redis-rs/redis/tests/support/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Shoham Elias <[email protected]>
Signed-off-by: Avi Fenesh <[email protected]>
  • Loading branch information
avifenesh and shohamazon committed Feb 10, 2025
1 parent bc73900 commit b8c2853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glide-core/redis-rs/redis/tests/support/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ impl RedisServer {
modules: &[Module],
spawner: F,
) -> RedisServer {
// Check wether the server available is redis or valkey
// Check wether the server available is valkey or redis
let server_command = ["valkey-server", "redis-server"]
.iter()
.find(|cmd| which::which(cmd).is_ok())
Expand Down

0 comments on commit b8c2853

Please sign in to comment.