Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete old deprecated cli program redis-trib #281

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading