Skip to content

Conversation

himeshp
Copy link
Contributor

@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
Copy link
Contributor

@CahidArda CahidArda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixes!

@CahidArda CahidArda merged commit 3eccb64 into upstash:main Jul 1, 2025
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.

2 participants