Skip to content

Commit

Permalink
Rename redis to valkey in bg_server_sleep
Browse files Browse the repository at this point in the history
Signed-off-by: naglera <[email protected]>
  • Loading branch information
naglera committed May 22, 2024
1 parent 378dcf2 commit 3179baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/helpers/bg_server_sleep.tcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source tests/support/redis.tcl
source tests/support/valkey.tcl
source tests/support/util.tcl

proc bg_server_sleep {host port sec} {
set r [redis $host $port 0]
set r [valkey $host $port 0]
$r client setname SLEEP_HANDLER
$r debug sleep $sec
}
Expand Down

0 comments on commit 3179baf

Please sign in to comment.