0

We have one redis server running on aws and we would like to export data from redis to localhost. Is there any way I can export all data from aws to localhost?

If I run BGSAVE command from redis-cli then where is that data stored? Is is possible to download data to localhost after running BGSAVE command?

r3b00t
  • 6,953
  • 6
  • 27
  • 37

1 Answers1

2

When you setup elasticache you can configure an S3 bucket for saves.

Wjdavis5
  • 3,952
  • 7
  • 35
  • 63