1

Can we migrate directly from postgres to Redis. I was trying with npm package "postgres-redis" but got stuck.I have huge data stored in Postgres DB in m local, I want this data to be migrated to Redis.How this can be achieved

1 Answer 1

1

You can import your Postgres tables into Redis using this tool: https://github.com/Redislabs-Solution-Architects/riot

See the 'Import databases" section of the readme.

You will need to use the Postgres JDBC driver documented here : https://www.postgresql.org/docs/7.4/jdbc-use.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.