I think a viable design would be to put into redis-cli only things that are network oriented, so we should actually merge the functionality of your current tool into redis-check-rdb, that should be renamed just redis-rdb, with the following features:
1) Everything redis-rdb-tools is currently able to do.
2) Sanity checks of RDB files, like redis-check-rdb is doing already.
Makes sense? Thanks again, this would be very very appreciated.
I think a viable design would be to put into redis-cli only things that are network oriented, so we should actually merge the functionality of your current tool into redis-check-rdb, that should be renamed just redis-rdb, with the following features:
1) Everything redis-rdb-tools is currently able to do.
2) Sanity checks of RDB files, like redis-check-rdb is doing already.
Makes sense? Thanks again, this would be very very appreciated.