Skip to content

Commit

Permalink
Delete old deprecated cli program redis-trib (valkey-io#281)
Browse files Browse the repository at this point in the history
Actually, this script doesn't do anything except printing that it is
replaced by redis-cli.

Signed-off-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
zuiderkwast authored Apr 10, 2024
1 parent a054862 commit f8cec23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 131 deletions.
129 changes: 0 additions & 129 deletions src/redis-trib.rb

This file was deleted.

4 changes: 2 additions & 2 deletions tests/cluster/tests/helpers/onlydots.tcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Read the standard input and only shows dots in the output, filtering out
# all the other characters. Designed to avoid bufferization so that when
# we get the output of redis-trib and want to show just the dots, we'll see
# the dots as soon as redis-trib will output them.
# we get the output of a program and want to show just the dots, we'll see
# the dots as soon as the program outputs them.

fconfigure stdin -buffering none

Expand Down

0 comments on commit f8cec23

Please sign in to comment.