rump icon indicating copy to clipboard operation
rump copied to clipboard

Hot sync two Redis servers using dumps.

Results 14 rump issues
Sort by recently updated
recently updated
newest added

- [x] I have read the [contributing](docs/CONTRIBUTING.md) guide. - [x] Issue: https://github.com/stickermule/rump/issues/41 ### Implementation - radix version is upgraded to `v3.7.1` and tested in real environment. - added auth field...

- [x] I have read the [contributing](docs/CONTRIBUTING.md) guide. ### Report In some cases I need to sync redis where tls is enabled and with auth token. And will be good...

- [x] I have read the [contributing](docs/CONTRIBUTING.md) guide. ### Report The current version of rump does not work with an Elasticache Redis cache cluster where in-transit encryption (TLS) is enabled....

- [X] I have read the [contributing](docs/CONTRIBUTING.md) guide. ### Report Question: I have a redis cluster created from the bitnami helm chart here: https://github.com/bitnami/charts/tree/master/bitnami/redis-cluster/#installing-the-chart with 3 master nodes and 3...

- [ ] I have read the [contributing](docs/CONTRIBUTING.md) guide. - [ ] Issue: ### Implementation rump -from ./redis.dump -to redis://127.0.0.1:6379/0 When the above instruction is executed, if a key of...

- [x] I have read the [contributing](docs/CONTRIBUTING.md) guide. ### Report I am hitting an error when running rump in a Kubernetes pod(if that matters). The failure appears to happen [here](https://github.com/stickermule/rump/blob/d826c28debc0af01449b3704c636adce4048b58e/pkg/file/file.go#L119)...

- [X] I have read the [contributing](docs/CONTRIBUTING.md) guide. ### Report Currently rump will only deal with the specified URI database numbers, or, if those are omitted, it will use 0...

- [x] I have read the [contributing](docs/CONTRIBUTING.md) guide. ### Report I had a situation where I had a Redis full of stuff and I wanted to only transfer the keys...

- [x] I have read the [contributing](docs/CONTRIBUTING.md) guide. ### Report - [x] Dump remote Redis with `rump` and with AUTH to local rump file ``` $ ./rump -from redis://h:[email protected]:PORT/0 -to...

- [x] I have read the [contributing](docs/CONTRIBUTING.md) guide. ### Report First of all thanks for a nice and robust tool! I thought it could use some performance improvements. Currently scanning...