Skip to content

Fix incorrect installation and import instructions for upstash-redis-… #446

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

himeshp
Copy link

@himeshp himeshp commented Apr 29, 2025

…dump

This PR corrects two issues in the documentation regarding the use of upstash-redis-dump:
• Installation: The tool is not available via npm install -g, but should instead be installed using go install github.com/upstash/upstash-redis-dump@latest or downloaded from the GitHub releases.
• Import process: The -import flag does not exist in upstash-redis-dump. Data import should be done using redis-cli with the --pipe option, as shown:

redis-cli --tls -u redis://YOUR_PASSWORD@YOUR_GLOBAL_HOST:6379 --pipe < redis.dump

…dump

This PR corrects two issues in the documentation regarding the use of upstash-redis-dump:
	•	Installation: The tool is not available via npm install -g, but should instead be installed using go install github.com/upstash/upstash-redis-dump@latest or downloaded from the GitHub releases.
	•	Import process: The -import flag does not exist in upstash-redis-dump. Data import should be done using redis-cli with the --pipe option, as shown:

redis-cli --tls -u redis://YOUR_PASSWORD@YOUR_GLOBAL_HOST:6379 --pipe < redis.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant